web: Redirect 80 to 443

This commit is contained in:
Yi EungJun 2016-03-22 10:07:02 +09:00
parent 03357a87c1
commit 64163f2e05

View File

@ -20,6 +20,7 @@ app:
web: web:
build: web build: web
ports: ports:
- "80:80"
- "443:443" - "443:443"
links: links:
- app:platform - app:platform