Update README.md

This commit is contained in:
ryluth 2019-05-12 22:20:24 +02:00 committed by GitHub
parent 6fcdf6c0e8
commit 07484a3185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
Docker images for simple or customizable Trackmania Nations Forever server. Docker images for simple or customizable Trackmania Nations Forever server.
## How to use this repo: ## How to use this repo:
Run the images in this repo with `docker-compose`. Run the images in this repo with `docker-compose`.
I've included a template [`docker-compose.yml`](https://github.com/ryluth/docker-tmserver/blob/master/docker-compose.yml) in this repo to get you going. I've included a template [`docker-compose.yml`](https://github.com/ryluth/docker-tmserver/blob/master/docker-compose.yml) in this repo to get you going.
### Required: ### Required:
@ -27,8 +27,8 @@ I've included a template [`docker-compose.yml`](https://github.com/ryluth/docker
- `$SERVER_PASSWORD` | If you want to secure your server against unwanted logins, set a server password - `$SERVER_PASSWORD` | If you want to secure your server against unwanted logins, set a server password
## Configuring the Trackmania server ## Configuring the Trackmania server
Without manual configuration the server launches with Nadeo's default config. Without manual configuration the server launches with Nadeo's default config.
To configure the server on your own demands edit the `config.txt` file in `tmserver/GameData/Config`. To configure the server on your own demands edit the `config.txt` file in `tmserver/GameData/Config`.
To configure the tracklist edit the `playlist.txt` in `tmserver/GameData/Tracks/MatchSettings/`. To configure the tracklist edit the `playlist.txt` in `tmserver/GameData/Tracks/MatchSettings/`.
**IMPORTANT!!** **IMPORTANT!!**
After making changes to the server configuration run `docker-compose build` to rebuild the container images, otherwise the changes won't be in effect. After making changes to the server configuration run `docker-compose build` to rebuild the container images, otherwise the changes won't be in effect.