Skip to content

Commit

Permalink
fix(Docker): Fix env name for data volume (azerothcore#20337)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode authored Oct 30, 2024
1 parent 07a6327 commit 752c687
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 @@ -139,7 +139,7 @@ services:
GROUP_ID: ${DOCKER_GROUP_ID:-1000}
DOCKER_USER: ${DOCKER_USER:-acore}
volumes:
- ${DOCKER_VOL_CLIENT_DATA:-ac-client-data}:/azerothcore/env/dist/data
- ${DOCKER_VOL_DATA:-ac-client-data}:/azerothcore/env/dist/data

# used for extracting maps from files shipped with game client
# Most of the time this shouldn't be needed
Expand Down

0 comments on commit 752c687

Please sign in to comment.