add env/arg sa & adm passwd + correcting docker restart behavior

This commit is contained in:
lduriez
2019-07-17 17:27:06 +02:00
parent 0881f2d4df
commit 36efe6c703
3 changed files with 22 additions and 8 deletions

View File

@@ -3,6 +3,8 @@ Trackmania Nation Forever Docker Server
You can find it on Docker Hub [lduriez/tmserver](https://hub.docker.com/r/lduriez/tmserver)
Only lan dedicated is enable (internet dedicated will be added in future version)
## Exposed ports :
* 2350/tcp game server port
* 2350/udp game server port
@@ -10,5 +12,7 @@ You can find it on Docker Hub [lduriez/tmserver](https://hub.docker.com/r/ldurie
* 5000/tcp xmlrpc remote control port
## Environment variables :
* SERVER_NAME name of your server
* SERVER_DESC description of your server
* SERVER_NAME name of your server (default is 'Trackmania Server')
* SERVER_DESC description of your server (default is 'This is a Trackmania Server')
* SERVER_SA_PASSWORD superadmin management password (default is 'SuperAdmin')
* SERVER_ADM_PASSWORD admin management password (default is 'Admin')