Skip to content

Commit

Permalink
Update server credentials link in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dantdj committed Dec 29, 2023
1 parent 9e21ae3 commit 920a989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
- 2350:2350/tcp
- "5001:5000/tcp" # Be careful opening XMLRPC! Only if you really need to.
environment:
MASTER_LOGIN: "CHANGEME :)" # Create server credentials at https://players.trackmania.com
MASTER_PASSWORD: "CHANGEME :)" # Create server credentials at https://players.trackmania.com
MASTER_LOGIN: "CHANGEME :)" # Create server credentials at https://www.trackmania.com/player/dedicated-servers
MASTER_PASSWORD: "CHANGEME :)" # Create server credentials at https://www.trackmania.com/player/dedicated-servers
XMLRPC_ALLOWREMOTE: "True"
volumes:
- UserData:/server/UserData
Expand Down

0 comments on commit 920a989

Please sign in to comment.