feat(Core/Docker): Enable SOAP for external usage (#3003)
* Enable SOAP for Docker and External Usage.
This commit is contained in:
@@ -9,4 +9,4 @@ WORLD_EXTERNAL_PORT=8085
|
|||||||
AUTH_EXTERNAL_PORT=3724
|
AUTH_EXTERNAL_PORT=3724
|
||||||
DB_EXTERNAL_PORT=3306
|
DB_EXTERNAL_PORT=3306
|
||||||
DB_ROOT_PASSWORD=password
|
DB_ROOT_PASSWORD=password
|
||||||
|
SOAP_EXTERNAL_PORT=7878
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ services:
|
|||||||
- ac-network
|
- ac-network
|
||||||
ports:
|
ports:
|
||||||
- ${WORLD_EXTERNAL_PORT:-8085}:8085
|
- ${WORLD_EXTERNAL_PORT:-8085}:8085
|
||||||
|
- ${SOAP_EXTERNAL_PORT:-7878}:7878
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./docker/worldserver/bin
|
source: ./docker/worldserver/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user