From e552d08036fb87dee6b338bf057b3f768ad64f4a Mon Sep 17 00:00:00 2001 From: ryluth <38672086+ryluth@users.noreply.github.com> Date: Sat, 11 May 2019 02:03:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dc1241..fd228a1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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: +### 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 @@ -14,7 +14,7 @@ There are several required environment variables that you need to set: - `$SERVER_PORT` | Port for server communications - `$SERVER_P2P_PORT` | Port for peer2peer communications -Optional environment variables are: +### 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