Skip to content

Instantly share code, notes, and snippets.

@Alexsandr0x
Last active October 11, 2021 00:42
Show Gist options
  • Save Alexsandr0x/9cb37ad7e38396c024d0abf52e40ea99 to your computer and use it in GitHub Desktop.
Save Alexsandr0x/9cb37ad7e38396c024d0abf52e40ea99 to your computer and use it in GitHub Desktop.
Neon FC docker run parameters
# 3v3 time azul
./dockerrun.sh "-e TEAM_COLOR=blue"
# ou
./dockerrun.sh
# 3v3 time amarelo
./dockerrun.sh "-e TEAM_COLOR=yellow"
# 5v5 time azul
./dockerrun.sh "-e TEAM_COLOR=blue -e CATEGORY=5v5 -e COACH_NAME=LARC_2021_5V5"
# 5v5 time amarelo
./dockerrun.sh "-e TEAM_COLOR=yellow -e CATEGORY=5v5 -e COACH_NAME=LARC_2021_5V5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment