From 2e75dd3e35555bda434150775be0353c4d94acde Mon Sep 17 00:00:00 2001 From: ryluth <38672086+ryluth@users.noreply.github.com> Date: Sat, 11 May 2019 14:10:29 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74ee894..3562915 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Docker image for simple or customizable Trackmania Nations Forever server - `$SERVER_ADM_PASSWORD` | Password for Admin credential -> when left empty will be randomly generated - `$SERVER_NAME` | Server name in ingame browser -> Default : "Trackmania Server" - `$SERVER_COMMENT` | Server description -> Default : "This is a Trackmania Server" + - `$SERVER_PASSWORD` | If you want to secure your server against unwanted logins, set a server password ## Running this image with `docker-compose` I have a default [`docker-compose.yml`](https://github.com/ryluth/docker-tmserver/blob/master/docker-compose.yml) included in this repository. From 9d4108f09caabb0c98df029cca8b99a441e2dbc7 Mon Sep 17 00:00:00 2001 From: ryluth <38672086+ryluth@users.noreply.github.com> Date: Sat, 11 May 2019 14:17:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3562915..f4564ea 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ Docker image for simple or customizable Trackmania Nations Forever server ## Running this image with `docker-compose` I have a default [`docker-compose.yml`](https://github.com/ryluth/docker-tmserver/blob/master/docker-compose.yml) included in this repository. You can adjust this file to your needs but running with docker-compose is more comfortable in general. + +## Further information +You can open volumes to the Trackmania server files and Xaseco files (`docker-compose` does this per default) and edit configuration files. +This is needed since the default track playlist just runs the white Nadeo tracks so i advise examining the config volumes to adjust the track playlist. +Furthermore you can edit the Xaseco plugins to your need and adjust ingame administrator accounts and so on.