feat(minecraft-server): add server-name to env variables

The server-name (e.g. needed for bungeecord) can now
be set via the env variable SERVER_NAME.
Defaults to Unknown
This commit is contained in:
Michael Reichenbach
2019-01-12 16:32:30 +01:00
parent bd084cc261
commit f6465b5dac
3 changed files with 20 additions and 14 deletions
+5
View File
@@ -435,6 +435,11 @@ this server instance.
## Server configuration
### Server name
The server name (e.g. for bungeecord) can be set like:
docker run -d -e SERVER_NAME=MyServer ...
### Server port
The server port can be set like: