Skip to content

Commit

Permalink
chore(docker-compose.yml): use master image of acore/ac-wotlk-worldse…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
Helias authored Jan 26, 2025
1 parent 835cf3a commit 006cf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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:-12.0.0-dev.1}
image: acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master}
restart: unless-stopped
privileged: true
user: ${DOCKER_USER:-acore}
Expand Down

0 comments on commit 006cf13

Please sign in to comment.