Update README.md

This commit is contained in:
ryluth 2019-05-11 02:08:45 +02:00 committed by GitHub
parent e552d08036
commit 1eb9bd71b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -11,14 +11,14 @@ Docker image for simple or customizable Trackmania Nations Forever server
- `$DB_NAME` | Name of the MySQL-Database - `$DB_NAME` | Name of the MySQL-Database
- `$DB_LOGIN` | Name of the database user - `$DB_LOGIN` | Name of the database user
- `$DB_LOGIN_PASSWORD` | Password to 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: ### Optional environment variables are:
- `$SERVER_SA_PASSWORD` | Password for SuperAdmin credential - `$SERVER_PORT` | Port for server communications -> Default : 2350
- `$SERVER_ADM_PASSWORD` | Password for Admin credential - `$SERVER_P2P_PORT` | Port for peer2peer communication -> Default : 3450
- `$SERVER_NAME` | Server name in ingame browser - `$SERVER_SA_PASSWORD` | Password for SuperAdmin credential -> when left empty will be randomly generated
- `$SERVER_COMMENT` | Server description - `$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` ## Running this image with `docker-compose`
I have a default docker-compose.yml included in this repository. I have a default docker-compose.yml included in this repository.