From b8061bd5730b45c9079df75c9bb3842dc7c296cd Mon Sep 17 00:00:00 2001 From: ryluth <38672086+ryluth@users.noreply.github.com> Date: Sat, 11 May 2019 02:01:52 +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 8106abb..5dc1241 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # docker-tmserver Docker image for simple or customizable Trackmania Nations Forever server -# How to use this image +## 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: @@ -20,6 +20,6 @@ Optional environment variables are: - `$SERVER_NAME` | Server name in ingame browser - `$SERVER_COMMENT` | Server description -# Running this image with `docker-compose` +## 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.