Skip to content

Commit

Permalink
Update link to create server credentials (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantdj authored Dec 29, 2023
1 parent e30ddbc commit 9e21ae3
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 9e21ae3

Please sign in to comment.