Created
June 25, 2020 11:24
-
-
Save lfache/dee41268c0d7323041bf40ee0f358aa4 to your computer and use it in GitHub Desktop.
Remove this line on docker-compose.yaml
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
web: | |
build: web | |
ports: | |
- "80:80" | |
- "443:443" | |
read_only: true | |
restart: unless-stopped | |
volumes: | |
# This directory must have cert files if you want to enable SSL | |
- ./volumes/web/cert:/cert:ro | |
- /etc/localtime:/etc/localtime:ro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment