Skip to content

Commit

Permalink
fix: export DOCKER_DEFAULT_PLATFORM var
Browse files Browse the repository at this point in the history
  • Loading branch information
pablon committed Nov 19, 2024
1 parent c351a33 commit 16eca7a
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 @@ -26,7 +26,7 @@ DOCKERFILE_GAME="${REPO_DIR}/Dockerfile"
DOCKER_COMPOSE_FILE="game-${GAME_TIMESTAMP}.yaml"
LOG_FILE="${LOG_DIR}/game-${GAME_TIMESTAMP}.log"
COMMAND_UP="docker compose -f ${DOCKER_COMPOSE_FILE} up --timestamps --abort-on-container-exit"
DOCKER_DEFAULT_PLATFORM=linux/amd64
export DOCKER_DEFAULT_PLATFORM=linux/amd64

# yay colors
BLUE="\033[1;94m"
Expand Down

0 comments on commit 16eca7a

Please sign in to comment.