docker-trackmania
docker-trackmania copied to clipboard
Repository of the Trackmania (2020) server docker images.
Based on what I see on the `entrypoint.sh` file there are a couple of problems that I encountered when using my own supplied config and setting `DEDICATED_CFG` env. 1. Despite...
https://github.com/EvoEsports/docker-trackmania/blob/2e25506b3940a4c570a5699eac8dd65278b5bc3e/entrypoint.sh#L120 This log output is missing a check whether the server name is set (either in the `dedicated_cfg.txt` or as env variable)
Closes #44.
https://github.com/EvoEsports/docker-trackmania/blob/master/entrypoint.sh#L119 https://github.com/EvoEsports/docker-trackmania/blob/master/entrypoint.sh#L129 Checking the code snippets linked above, you will notice that the deprecation warning was mistakenly added to the `if` statement checking whether the env variable `TM_SERVER_NAME` was set,...
On host systems such as Fedora that make use of SELinux, it is requires to set a `:z` label for bind mounts so the host system allows Docker containers to...