ac335a -- azerothcore wow3.3.5a
docker run \
--restart=always \
-d --name ac \
-p 4000:3724 -p 5000:8085 \
-v wow-db1:/var/lib/mysql \
-e logindb="172.17.0.1;3306;acore;acore;acore_auth" \
-e realmid=3 \
-e name="艾泽拉斯" \
-e address="192.168.1.221" \
-e port=5000 \
-e user=admin \
-e pass=admin \
novice/wow:ac335a
P.S. :
if only need one auth+world server(or as a main server), then
logindb & realmid no need to supply
docker exec -it ac bash
screen -r ws
server info
in dir: azerothcore-wow-3.3.5a/Data/enUS/realmlist.wtf
set realmlist 192.168.1.221:4000
in the first container, add second worldserver's ip, port, and proper name
mysql -uroot -D acore_auth -e \
"insert into realmlist (name, address, port, timezone,flag)
values('艾泽拉斯','192.168.1.221','5000',16,0);"
then start second container,
use the command above(with logindb & realmid env specify first container's auth db info)
Content type
Image
Digest
sha256:400e3f2ed…
Size
2 GB
Last updated
about 2 years ago
docker pull novice/wow:ac335a-bots_en