feat(Core/Docker): Enable SOAP for external usage (#3003)
* Enable SOAP for Docker and External Usage.
This commit is contained in:
parent
1fc82e7f16
commit
8e2e27d3cc
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue