Skip to content

Commit

Permalink
chore(docker-compose.yml): update version from 7.0.0 to 12.0.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Aug 23, 2024
1 parent 6fce1af commit 835cf3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
tty: true
cap_add:
- SYS_NICE # CAP_SYS_NICE
image: acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-7.0.0-dev.1}
image: acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-12.0.0-dev.1}
restart: unless-stopped
privileged: true
user: ${DOCKER_USER:-acore}
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
ac-authserver:
<<: *ac-shared-conf
tty: true
image: acore/ac-wotlk-authserver:${DOCKER_IMAGE_TAG:-7.0.0-dev.1}
image: acore/ac-wotlk-authserver:${DOCKER_IMAGE_TAG:-12.0.0-dev.1}
restart: unless-stopped
ports:
- ${DOCKER_AUTH_EXTERNAL_PORT:-3724}:3724
Expand Down Expand Up @@ -111,13 +111,13 @@ services:

ac-client-data:
<<: *networks
image: acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-7.0.0-dev.1}
image: acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-12.0.0-dev.1}
volumes:
- "${DOCKER_VOL_CLIENT_DATA:-ac-client-data}:/azerothcore/env/dist/data"

ac-db-import:
<<: *ac-shared-conf
image: acore/ac-wotlk-db-import:${DOCKER_IMAGE_TAG:-7.0.0-dev.1}
image: acore/ac-wotlk-db-import:${DOCKER_IMAGE_TAG:-12.0.0-dev.1}
environment:
AC_DISABLE_INTERACTIVE: "1"
AC_DATA_DIR: "/azerothcore/env/dist/data"
Expand Down

0 comments on commit 835cf3a

Please sign in to comment.