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:
Yehonal 2025-07-11 11:07:12 +02:00 committed by GitHub
parent 2df1fad904
commit f37189e431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}