Fix incorrect web port

This commit is contained in:
Yi EungJun 2016-01-09 03:29:20 +09:00
parent 372def9936
commit ca8f3f5565

View File

@ -14,7 +14,7 @@ app:
web: web:
build: web build: web
ports: ports:
- "8065:443" - "443:443"
links: links:
- app:platform - app:platform
volumes: volumes: