Skip to content

Commit

Permalink
Merge pull request #5 from intelygenz/fix/maps-volume
Browse files Browse the repository at this point in the history
Revert maps volume fix
  • Loading branch information
dfinteligenz authored Nov 21, 2024
2 parents 747ecd0 + 16c8fb3 commit 5b0045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function add_game_server() {
hostname: ${GAME_CONTAINER_NAME}
restart: no
environment:
BOARD_PATH: "./maps/${THIS_MAP}"
BOARD_PATH: "/maps/${THIS_MAP}"
TURNS: "${THIS_GAME_TURNS}"
TURN_REQUEST_TIMEOUT: "${THIS_GAME_REQ_TIMEOUT}"
TIME_BETWEEN_ROUNDS: "${THIS_GAME_TIME_ROUNDS}"
Expand Down

0 comments on commit 5b0045b

Please sign in to comment.