fix(docker-compose): add extra_hosts for host access and define ac-nework (#43)
* fix(docker-compose): add extra_hosts for host access and define ac-network * fix(docker-compose): remove extra_hosts configuration for host access
This commit is contained in:
parent
2df1fad904
commit
f37189e431
1 changed files with 3 additions and 0 deletions
|
|
@ -17,3 +17,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
local-private-net:
|
local-private-net:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
ac-network:
|
||||||
|
name: ${DOCKER_AC_NETWORK_NAME:-azerothcore-wotlk_ac-network} # default network name if you use the docker setup of ac
|
||||||
|
external: ${DOCKER_AC_NETWORK_EXTERNAL:-false}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue