Skip to content

Commit

Permalink
Update link to create server credentials
Browse files Browse the repository at this point in the history
Update the link to use to create server credentials for the Docker Compose flow. The existing one seems to redirect to the Trackmania homepage instead of the correct page now.
  • Loading branch information
dantdj committed Dec 29, 2023
1 parent e30ddbc commit bdcfcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,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 bdcfcf5

Please sign in to comment.