This is a SCRIPT-8 cassette.
View README.md
This is a SCRIPT-8 cassette.
View README.md
This is a SCRIPT-8 cassette.
View README.md
This is a SCRIPT-8 cassette.
View README.md
This is a SCRIPT-8 cassette.
View docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.9" | |
services: | |
nginx-proxy: | |
image: jwilder/nginx-proxy | |
restart: always | |
ports: ["80:80", "443:443"] | |
volumes: | |
- nginx_proxy_vhost.d:/etc/nginx/vhost.d | |
- nginx_proxy_html:/usr/share/nginx/html |