diff --git a/apps/installer/includes/functions.sh b/apps/installer/includes/functions.sh index 186d2e747..cd4d746e5 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -227,7 +227,7 @@ function inst_download_client_data { # first check if it's defined in env, otherwise use the default local path="${DATAPATH:-$AC_BINPATH_FULL}" - local zipPath="${DATAPATH_ZIP:-"$DATAPATH/data.zip"}" + local zipPath="${DATAPATH_ZIP:-"$path/data.zip"}" dataVersionFile="$path/data-version" diff --git a/docker-compose.yml b/docker-compose.yml index f245feaa7..006d64481 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: abstract-bind: image: local/azerothcore/abstract-bind volumes: - - .:/azerothcore/ + - .:/azerothcore # expose some dist folder outside allowing the host to use them - ${DOCKER_VOL_CONF:-./conf}:/azerothcore/conf - ${DOCKER_VOL_BIN:-ac-bin}:/azerothcore/env/dist/bin @@ -45,7 +45,7 @@ services: abstract-no-bind: image: local/azerothcore/abstract-no-bind volumes: - - ac-proj:/azerothcore/ + - ac-proj:/azerothcore profiles: [abstract-service] # do not run this #=======================