Skip to content

Commit f37189e

Browse files
authored
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
1 parent 2df1fad commit f37189e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ services:
1717
networks:
1818
local-private-net:
1919
driver: bridge
20+
ac-network:
21+
name: ${DOCKER_AC_NETWORK_NAME:-azerothcore-wotlk_ac-network} # default network name if you use the docker setup of ac
22+
external: ${DOCKER_AC_NETWORK_EXTERNAL:-false}

0 commit comments

Comments
 (0)