Skip to content

Commit

Permalink
possible fix for mac users
Browse files Browse the repository at this point in the history
  • Loading branch information
dovixman committed Nov 15, 2024
1 parent 409be26 commit 8bea433
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 @@ -209,7 +209,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 8bea433

Please sign in to comment.