Skip to content

Unhealthy container with latest image 2021-11-13 #1120

@mhbates

Description

@mhbates

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

No one assigned

    Labels

    bugconfirmedIssue has been reproducedstatus/ready to testAn image or docs update is ready to be tested by the reporter

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions