mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
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
|
||||
DB_EXTERNAL_PORT=3306
|
||||
DB_ROOT_PASSWORD=password
|
||||
|
||||
SOAP_EXTERNAL_PORT=7878
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user