parent
53098cd1e0
commit
e659ca5fe9
14 changed files with 64 additions and 21 deletions
|
|
@ -26,6 +26,9 @@ services:
|
|||
ports:
|
||||
- ${WORLD_EXTERNAL_PORT:-8085}:8085
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./docker/worldserver/bin
|
||||
target: /azeroth-server/bin
|
||||
- type: bind
|
||||
source: ${WORLDSERVER_ETC:-./docker/worldserver/etc}
|
||||
target: /azeroth-server/etc
|
||||
|
|
@ -48,6 +51,9 @@ services:
|
|||
ports:
|
||||
- ${AUTH_EXTERNAL_PORT:-3724}:3724
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./docker/authserver/bin
|
||||
target: /azeroth-server/bin
|
||||
- type: bind
|
||||
source: ${AUTHSERVER_ETC:-./docker/authserver/etc}
|
||||
target: /azeroth-server/etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue