Fix incorrect web port
This commit is contained in:
parent
372def9936
commit
ca8f3f5565
@ -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:
|
||||||
|
Reference in New Issue
Block a user