Update README.md

This commit is contained in:
ryluth 2019-05-11 02:01:52 +02:00 committed by GitHub
parent 258b68cbe8
commit b8061bd573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.