Skip to content

Instantly share code, notes, and snippets.

@lfache
Created June 25, 2020 11:24
Show Gist options
  • Save lfache/dee41268c0d7323041bf40ee0f358aa4 to your computer and use it in GitHub Desktop.
Save lfache/dee41268c0d7323041bf40ee0f358aa4 to your computer and use it in GitHub Desktop.
Remove this line on docker-compose.yaml
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