Fix the incorrect port in docker-compose

This commit is contained in:
Pan Luo 2017-03-26 00:35:45 -07:00
parent d6eeccd422
commit a034f8f7ab
No known key found for this signature in database
GPG Key ID: AD11D35AAC25FB6A

View File

@ -42,7 +42,7 @@ services:
web:
build: web
ports:
- "8080:80"
- "80:80"
- "443:443"
restart: unless-stopped
volumes: