minecraft: rename service key to immersive:, restore server name to Immersive Portals

This commit is contained in:
2026-07-12 17:09:16 +00:00
parent 6a2d24b6ea
commit ac6946ccb5
+2 -2
View File
@@ -66,7 +66,7 @@ services:
# restart: unless-stopped # restart: unless-stopped
# mem_limit: 2g # mem_limit: 2g
modded: immersive:
image: itzg/minecraft-server:latest image: itzg/minecraft-server:latest
container_name: minecraft-modded container_name: minecraft-modded
ports: ports:
@@ -75,7 +75,7 @@ services:
EULA: "true" EULA: "true"
TYPE: "FABRIC" TYPE: "FABRIC"
VERSION: "1.20.4" VERSION: "1.20.4"
SERVER_NAME: "immersive:" SERVER_NAME: "Immersive Portals"
SEED: "302814868814545" SEED: "302814868814545"
MODE: "survival" MODE: "survival"
OPS: "Jimcognito" OPS: "Jimcognito"