From 4f6de31e389a374de948c987285e032039998ecc Mon Sep 17 00:00:00 2001 From: Sagittarius-a Date: Sun, 1 Feb 2026 00:46:55 +0100 Subject: [PATCH] docs: fix link formatting in environment variables documentation page (#3895) --- docs/variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ⬜️