diff --git a/docs/variables.md b/docs/variables.md index e64b01bb..2d50a00b 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -230,13 +230,13 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro LEVEL - Maps to [the `level-name` server property](https://minecraft.wiki/w/Server.properties#level-name). You can either switch between world saves or run multiple containers with different saves by using the LEVEL option + Maps to the level-name server property. You can either switch between world saves or run multiple containers with different saves by using the LEVEL option world ⬜️ SERVER_PORT - Maps to [the `server-port` server property](https://minecraft.wiki/w/Server.properties#server-port). Only change this value if you know what you're doing. It is only needed when using host networking and it is rare that host networking should be used. + Maps to the server-port server property. Only change this value if you know what you're doing. It is only needed when using host networking and it is rare that host networking should be used. ⬜️