-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugconfirmedIssue has been reproducedIssue has been reproducedstatus/ready to testAn image or docs update is ready to be tested by the reporterAn image or docs update is ready to be tested by the reporter
Description
Describe the problem
Container shows as unhealthy upon startup, and autopause functionality also seems to be broken. Rolling back to tag 2021.21.0-java16 fixes it.
Container definition
docker run -d \
--cpus="4.0" \
--name minecraft \
-p 25565:25565 \
-p 8123:8123 \
-v /xxx/xxx:/data \
-e EULA=TRUE \
-e SERVER_NAME=xxxx \
-e DIFFICULTY=hard \
-e FORCE_GAMEMODE=true \
-e GENERATE_STRUCTURES=true \
-e ANNOUNCE_PLAYER_ACHIEVEMENTS=true \
-e TZ=xx/xx \
-e MEMORY=4G \
-e TYPE=AIRPLANE \
-e USE_AIKAR_FLAGS=true \
-e VERSION=1.16 \
-e FORCE_REDOWNLOAD=false \
-e ENABLE_AUTOPAUSE=true \
-e AUTOPAUSE_TIMEOUT_EST=300 \
-e AUTOPAUSE_TIMEOUT_INIT=15 \
-e AUTOPAUSE_TIMEOUT_KN=30 \
--restart=always \
itzg/minecraft-server
Container logs
Paste logs here
Metadata
Metadata
Assignees
Labels
bugconfirmedIssue has been reproducedIssue has been reproducedstatus/ready to testAn image or docs update is ready to be tested by the reporterAn image or docs update is ready to be tested by the reporter