feat(Core/Docker): Enable SOAP for external usage (#3003)

* Enable SOAP for Docker and External Usage.
This commit is contained in:
Wai Yan Min
2020-05-25 06:32:06 +06:30
committed by GitHub
parent 1fc82e7f16
commit 8e2e27d3cc
2 changed files with 2 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ WORLD_EXTERNAL_PORT=8085
AUTH_EXTERNAL_PORT=3724
DB_EXTERNAL_PORT=3306
DB_ROOT_PASSWORD=password
SOAP_EXTERNAL_PORT=7878

View File

@@ -31,6 +31,7 @@ services:
- ac-network
ports:
- ${WORLD_EXTERNAL_PORT:-8085}:8085
- ${SOAP_EXTERNAL_PORT:-7878}:7878
volumes:
- type: bind
source: ./docker/worldserver/bin