From 1eb9bd71b379270b3ab33c297b293243e1069377 Mon Sep 17 00:00:00 2001 From: ryluth <38672086+ryluth@users.noreply.github.com> Date: Sat, 11 May 2019 02:08:45 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd228a1..8bf2d9d 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Docker image for simple or customizable Trackmania Nations Forever 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 + - `$SERVER_PORT` | Port for server communications -> Default : 2350 + - `$SERVER_P2P_PORT` | Port for peer2peer communication -> Default : 3450 + - `$SERVER_SA_PASSWORD` | Password for SuperAdmin credential -> when left empty will be randomly generated + - `$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" ## Running this image with `docker-compose` I have a default docker-compose.yml included in this repository.