Skip to content

Commit

Permalink
fix: worldserver: re-add missing volumes (azerothcore#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldelago authored Sep 20, 2023
1 parent 9bd51c1 commit 7f9ac16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services:
- ${DOCKER_SOAP_EXTERNAL_PORT:-7878}:7878
expose:
- 8085
volumes:
- ./scripts/lua:/azerothcore/env/dist/bin/lua_scripts/scripts
- ${DOCKER_VOL_TOOLS_DBC:-ac-client-data-dbc}:/azerothcore/env/dist/data/dbc:ro
- ${DOCKER_VOL_TOOLS_MAPS:-ac-client-data-maps}:/azerothcore/env/dist/data/maps:ro
Expand Down

0 comments on commit 7f9ac16

Please sign in to comment.