Docker image for simple or customizable Trackmania Nations/United Forever server.
Go to file
ryluth e552d08036
Update README.md
2019-05-11 02:03:22 +02:00
tmserver Updated tmserver files 2019-05-11 00:47:24 +02:00
xaseco Updated xaseco files to support variable substition 2019-05-11 00:59:28 +02:00
Dockerfile Cleaned up Dockerfile because of recent changes 2019-05-11 00:33:13 +02:00
LICENSE Initial commit 2019-05-09 14:21:12 +02:00
README.md Update README.md 2019-05-11 02:03:22 +02:00
TODO.md Update TODO.md 2019-05-11 00:20:18 +02:00

README.md

docker-tmserver

Docker image for simple or customizable Trackmania Nations Forever server

How to use this image

docker run -e {required environment variables} -p {selected ports} fanyx/tmserver

There are several required environment variables that you need to set:

  • $SERVER_LOGIN | Server account login
  • $SERVER_LOGIN_PASSWORD | Server account password
  • $DB_HOST | Hostname of the MySQL-Server
  • $DB_NAME | Name of the MySQL-Database
  • $DB_LOGIN | Name of the database user
  • $DB_LOGIN_PASSWORD | Password to the database user
  • $SERVER_PORT | Port for server communications
  • $SERVER_P2P_PORT | Port for peer2peer communications

Optional environment variables are:

  • $SERVER_SA_PASSWORD | Password for SuperAdmin credential
  • $SERVER_ADM_PASSWORD | Password for Admin credential
  • $SERVER_NAME | Server name in ingame browser
  • $SERVER_COMMENT | Server description

Running this image with docker-compose

I have a default 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.