fix(Docker): Fix env name for data volume (#20337)
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ services:
|
|||||||
GROUP_ID: ${DOCKER_GROUP_ID:-1000}
|
GROUP_ID: ${DOCKER_GROUP_ID:-1000}
|
||||||
DOCKER_USER: ${DOCKER_USER:-acore}
|
DOCKER_USER: ${DOCKER_USER:-acore}
|
||||||
volumes:
|
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
|
# used for extracting maps from files shipped with game client
|
||||||
# Most of the time this shouldn't be needed
|
# Most of the time this shouldn't be needed
|
||||||
|
|||||||
Reference in New Issue
Block a user