Revert version upgrade, but keep using stable paper release.

This commit is contained in:
Fern Garden 2025-06-28 14:50:30 +08:00
parent 2c57f9a082
commit 952aa0a5fe
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ services:
- 25565:25565 - 25565:25565
environment: environment:
- TYPE=VELOCITY - TYPE=VELOCITY
- MINECRAFT_VERSION=1.21.6 - MINECRAFT_VERSION=1.21.5
minecraft_server_mc: minecraft_server_mc:
image: itzg/minecraft-server image: itzg/minecraft-server

View file

@ -3,7 +3,7 @@ TZ=Australia/Perth
TYPE=PAPER TYPE=PAPER
RCON_PASSWORD=${RCON_PASSWORD} RCON_PASSWORD=${RCON_PASSWORD}
# PAPER_CHANNEL=experimental # PAPER_CHANNEL=experimental
VERSION=1.21.6 VERSION=1.21.5
ENABLE_ROLLING_LOGS=true ENABLE_ROLLING_LOGS=true
LOG_TIMESTAMP=true LOG_TIMESTAMP=true
OVERRIDE_ICON=TRUE OVERRIDE_ICON=TRUE