-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minecraft container KO update #1172
Comments
I've noticed Minecraft logs within TrueNAS have been broken for a while (which I probably should've submitted a bug report for). Look for the logs within your Minecraft server's mount folder. |
Please grab the logs from the truenas shell running
Thanks |
Can you also share screenshot of the configuration? |
I just have updated it to the last version the Minecraft docker : 1.12.6. The problem seems to have changed. Now all the files and directories are created but the server does not seems to work. The logs displayed with your command is not explicit for me. I added the logs of the my other instance working well on version 1.11.22 in case you need it. Minecraft docker V 1.12.6 admin@truenas[~]$ sudo docker logs ix-minecrafttestmaj-minecraft-1
[sudo] password for admin:
[init] Changing uid of minecraft to 3000
[init] Changing gid of minecraft to 568
[init] Running as uid=3000 gid=568 with /data as 'drwx------ 7 3000 568 17 Dec 24 10:04 /data'
[init] Resolving type given VANILLA
[init] Resolved version given LATEST into 1.21.4
[init] Setting mode
[mc-image-helper] 11:07:49.172 INFO : Created/updated 1 property in /data/server.properties
[init] Setting initial memory to 4G and max to 4G
[init] Starting the Minecraft server...
Starting net.minecraft.server.Main
[11:07:54] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[11:07:58] [ServerMain/INFO]: Loaded 1370 recipes
[11:07:58] [ServerMain/INFO]: Loaded 1481 advancements
[11:07:58] [Server thread/INFO]: Starting minecraft server version 1.21.4
[11:07:58] [Server thread/INFO]: Loading properties
[11:07:58] [Server thread/INFO]: Default game type: SURVIVAL
[11:07:58] [Server thread/INFO]: Generating keypair
[11:07:58] [Server thread/INFO]: Starting Minecraft server on *:25536
[11:07:58] [Server thread/INFO]: Using epoll channel type
[11:07:58] [Server thread/INFO]: Preparing level "world"
[11:07:59] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[11:08:08] [Server thread/INFO]: Time elapsed: 9270 ms
[11:08:08] [Server thread/INFO]: Done (9.526s)! For help, type "help"
[11:08:08] [Server thread/INFO]: Starting remote control listener
[11:08:08] [Server thread/INFO]: Thread RCON Listener started
[11:08:08] [Server thread/INFO]: RCON running on 0.0.0.0:25576
**[11:09:08] [Server thread/INFO]: Server empty for 60 seconds, pausing**
//==================================================== Logs of the working docker : minecraft V 1.11.22 admin@truenas[~]$ sudo docker logs ix-minecraft-minecraft-1
[sudo] password for admin:
[init] Changing uid of minecraft to 568
[init] Changing gid of minecraft to 568
[init] Running as uid=568 gid=568 with /data as 'drwxrwx--- 13 568 568 36 Dec 16 20:20 /data'
[init] Resolving type given VANILLA
[init] Resolved version given 1.21.1 into 1.21.1
[init] Setting mode
[init] Setting initial memory to 14G and max to 14G
[init] Starting the Minecraft server...
Starting net.minecraft.server.Main
[11:32:13] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[11:32:14] [Worker-Main-3/WARN]: Found loot table element validation problem in {minecraft:loot_table/minecraft:entities/shulker}.pools[0].entries[0]: Unknown loot table called vanilla:entities/shulker
[11:32:14] [Worker-Main-3/WARN]: Found loot table element validation problem in {minecraft:loot_table/minecraft:entities/player}.pools[1].entries[0]: Unknown loot table called player_heads:entities/player
[11:32:14] [Worker-Main-3/WARN]: Found loot table element validation problem in {minecraft:loot_table/minecraft:entities/shulker}.pools[2].entries[0]: Unknown loot table called more_mob_heads:entities/shulker
[11:32:14] [ServerMain/INFO]: Loaded 1291 recipes
[11:32:14] [ServerMain/INFO]: Loaded 1415 advancements
[11:32:15] [Server thread/INFO]: Starting minecraft server version 1.21.1
[11:32:15] [Server thread/INFO]: Loading properties
[11:32:15] [Server thread/INFO]: Default game type: SURVIVAL
[11:32:15] [Server thread/INFO]: Generating keypair
[11:32:15] [Server thread/INFO]: Starting Minecraft server on *:25535
[11:32:15] [Server thread/INFO]: Using epoll channel type
[11:32:15] [Server thread/INFO]: Preparing level "world"
[11:32:17] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[11:32:18] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[11:32:18] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[11:32:18] [Worker-Main-2/INFO]: Preparing spawn area: 15%
[11:32:19] [Server thread/INFO]: Time elapsed: 1303 ms
[11:32:19] [Server thread/INFO]: Done (3.630s)! For help, type "help"
[11:32:19] [Server thread/INFO]: Starting remote control listener
[11:32:19] [Server thread/INFO]: Thread RCON Listener started
[11:32:19] [Server thread/INFO]: RCON running on 0.0.0.0:25575 |
The configuration for the minecraft app, storage, ports, etc Can you also check the output of this? docker container inspect ix-minecrafttestmaj-minecraft-1 | jq I'm interested in the healthcheck section. |
I joins the screenshots and changed the uid even if it does not bring any problem usualy. admin@truenas[~]$ sudo docker container inspect ix-minecrafttestmaj-minecraft-1 | jq [
{
"Id": "196b0fd427be099d69e045169695e62c5627cbb18941c426de401dc46fd68403",
"Created": "2024-12-24T12:17:26.433088341Z",
"Path": "/start",
"Args": [],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1326107,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-12-24T12:17:34.831524239Z",
"FinishedAt": "0001-01-01T00:00:00Z",
"Health": {
"Status": "healthy",
"FailingStreak": 0,
"Log": [
{
"Start": "2024-12-24T13:17:50.476215897+01:00",
"End": "2024-12-24T13:17:50.582788432+01:00",
"ExitCode": 1,
"Output": "failed to ping localhost:25536 : EOF"
},
{
"Start": "2024-12-24T13:17:55.584049158+01:00",
"End": "2024-12-24T13:17:55.641961261+01:00",
"ExitCode": 1,
"Output": "failed to ping localhost:25536 : EOF"
},
{
"Start": "2024-12-24T13:18:00.642738531+01:00",
"End": "2024-12-24T13:18:00.719310435+01:00",
"ExitCode": 0,
"Output": "localhost:25536 : version=1.21.4 online=0 max=20 motd='Welcome to Minecraft on TrueNAS!'\n"
},
{
"Start": "2024-12-24T13:18:10.719753184+01:00",
"End": "2024-12-24T13:18:10.795029057+01:00",
"ExitCode": 0,
"Output": "localhost:25536 : version=1.21.4 online=0 max=20 motd='Welcome to Minecraft on TrueNAS!'\n"
},
{
"Start": "2024-12-24T13:18:20.79635046+01:00",
"End": "2024-12-24T13:18:20.880882928+01:00",
"ExitCode": 0,
"Output": "localhost:25536 : version=1.21.4 online=0 max=20 motd='Welcome to Minecraft on TrueNAS!'\n"
}
]
}
},
"Image": "sha256:da0f9974c39bd9bc365b4cb56a35d20e0d1fa9b2a0ca5a13d4ed546b9bd30baf",
"ResolvConfPath": "/mnt/.ix-apps/docker/containers/196b0fd427be099d69e045169695e62c5627cbb18941c426de401dc46fd68403/resolv.conf",
"HostnamePath": "/mnt/.ix-apps/docker/containers/196b0fd427be099d69e045169695e62c5627cbb18941c426de401dc46fd68403/hostname",
"HostsPath": "/mnt/.ix-apps/docker/containers/196b0fd427be099d69e045169695e62c5627cbb18941c426de401dc46fd68403/hosts",
"LogPath": "/mnt/.ix-apps/docker/containers/196b0fd427be099d69e045169695e62c5627cbb18941c426de401dc46fd68403/196b0fd427be099d69e045169695e62c5627cbb18941c426de401dc46fd68403-json.log",
"Name": "/ix-minecrafttestmaj-minecraft-1",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "docker-default",
"ExecIDs": null,
"HostConfig": {
"Binds": null,
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "ix-minecrafttestmaj_default",
"PortBindings": {
"25536/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "25536"
}
],
"25576/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "25576"
}
]
},
"RestartPolicy": {
"Name": "unless-stopped",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": [
"CHOWN",
"DAC_OVERRIDE",
"FOWNER",
"SETGID",
"SETUID"
],
"CapDrop": [
"ALL"
],
"CgroupnsMode": "private",
"Dns": null,
"DnsOptions": null,
"DnsSearch": null,
"ExtraHosts": [],
"GroupAdd": [
"568"
],
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"no-new-privileges"
],
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4294967296,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8589934592,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"Mounts": [
{
"Type": "bind",
"Source": "/mnt/AppPool/MyApplications/MCServ2",
"Target": "/data",
"BindOptions": {
"Propagation": "rprivate"
}
}
],
"MaskedPaths": [
"/proc/asound",
"/proc/acpi",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
"/proc/timer_list",
"/proc/timer_stats",
"/proc/sched_debug",
"/proc/scsi",
"/sys/firmware",
"/sys/devices/virtual/powercap"
],
"ReadonlyPaths": [
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger"
]
},
"GraphDriver": {
"Data": {
"LowerDir": "/mnt/.ix-apps/docker/overlay2/cd317aaf9993732b860b0b8f2bb05841fba029748e12f7b680f47b69a00c9939-init/diff:/mnt/.ix-apps/docker/overlay2/02be335fd674d6245e105da6c74c867bee0c0dec66d1c49a18169b1d0320121b/diff:/mnt/.ix-apps/docker/overlay2/db784c4c3b1a9b53668e3a0c78cbdf8c5627256290e746b775693c5ab16d23c4/diff:/mnt/.ix-apps/docker/overlay2/cee180a27096cd300c7f27cabb4901c2631fd79e39b0f6b57cdcf8637526f9e7/diff:/mnt/.ix-apps/docker/overlay2/118925dddce0078d6d5bec12dd676e9e476c6d6a9f28c48d76382fe33b108eb1/diff:/mnt/.ix-apps/docker/overlay2/71ce9c7b3bc28912ef40555195a78924d35f280e3a9ef99d8172654692c4eaf3/diff:/mnt/.ix-apps/docker/overlay2/dcf0634906b01e230f539f8ec86607ab1aae900a2b34c188f90e7f94a9af4b24/diff:/mnt/.ix-apps/docker/overlay2/dfcc57addf10bea4372c6c1d0f9a4368d6c8046edb95bf8eef6999835bd439a0/diff:/mnt/.ix-apps/docker/overlay2/71ed45f9ece742afd5a330bbc212cd83f860b86acf124085f9ed03e237881761/diff:/mnt/.ix-apps/docker/overlay2/92c76b5b8300960e949d93c2ff44c513ef9eeb53270e5846fe7f9d5a0e0621e3/diff:/mnt/.ix-apps/docker/overlay2/2610c637f497593eadf9382d3143ea508cb4bcac9f25446cb9623b5d8f0dbb66/diff:/mnt/.ix-apps/docker/overlay2/e600fd36e35837e8b252e104d3121bd8b88fecc550c0f10ccc441e17bf24f3b4/diff:/mnt/.ix-apps/docker/overlay2/9278fe6ce057b9c9e965e2afb9a024e8c6108afe8aa5952b3b7a7750c82aced7/diff:/mnt/.ix-apps/docker/overlay2/8d500cc1ec250458a1e81ccc1cd2d99856fcc4c501b2a2271869b2ef1071ad07/diff:/mnt/.ix-apps/docker/overlay2/b2032fe06ceabb62a1fcab197d43c6c0feb13393cc3fed27fb536e16d24b9aa4/diff:/mnt/.ix-apps/docker/overlay2/d22d925a174e30e4db5a56fda41d83b21d48e8441cd00e8e0f4536de9b802fff/diff:/mnt/.ix-apps/docker/overlay2/0e975db085cea6d36cea1f8d32fb196310c95b4d1bc18bc06622d337a6471395/diff:/mnt/.ix-apps/docker/overlay2/a0103140343b345b0fc51f435368267a8b55f836a1ac132f63b5bb86b0dce50d/diff:/mnt/.ix-apps/docker/overlay2/01cee9252ee3d46689dd048df18a338310c7b7676ffe35e7ce5eef9a19e8f663/diff:/mnt/.ix-apps/docker/overlay2/0aae2655186fd8d339d5aaed32db96cc8d78a5759ad12040cde1e2458884b19e/diff:/mnt/.ix-apps/docker/overlay2/2ac7cb949d1a90ff9763ece29f51378f35b308437263eaa6bb94ca21bb9788d8/diff:/mnt/.ix-apps/docker/overlay2/2460deec206beec2c032a0b2a1a9203353314b75b8c72113932b74a5ab0c64c0/diff:/mnt/.ix-apps/docker/overlay2/4cad0335a0a7eff99f7a203e28365fd1df5b41073f503ee1d3fcfe624dbc3234/diff:/mnt/.ix-apps/docker/overlay2/ade1bb3d23af9d7ac9052bb199d309dd45d5384b76e63b91c5c6612d5f4d0259/diff",
"MergedDir": "/mnt/.ix-apps/docker/overlay2/cd317aaf9993732b860b0b8f2bb05841fba029748e12f7b680f47b69a00c9939/merged",
"UpperDir": "/mnt/.ix-apps/docker/overlay2/cd317aaf9993732b860b0b8f2bb05841fba029748e12f7b680f47b69a00c9939/diff",
"WorkDir": "/mnt/.ix-apps/docker/overlay2/cd317aaf9993732b860b0b8f2bb05841fba029748e12f7b680f47b69a00c9939/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/mnt/AppPool/MyApplications/MCServ2",
"Destination": "/data",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "196b0fd427be",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": true,
"ExposedPorts": {
"25536/tcp": {},
"25565/tcp": {},
"25576/tcp": {}
},
"Tty": true,
"OpenStdin": true,
"StdinOnce": false,
"Env": [
"UMASK_SET=002",
"ALLOW_FLIGHT=FALSE",
"MAX_WORLD_SIZE=10000",
"ALLOW_NETHER=TRUE",
"HARDCORE=FALSE",
"FORCE_GAMEMODE=FALSE",
"GID=568",
"MODE=survival",
"LEVEL_TYPE=minecraft:default",
"TZ=Europe/Paris",
"GENERATE_STRUCTURES=TRUE",
"GUI=FALSE",
"SPAWN_MONSTERS=TRUE",
"MOTD=Welcome to Minecraft on TrueNAS!",
"ENABLE_COMMAND_BLOCK=FALSE",
"GROUP_ID=568",
"MAX_TICK_TIME=60000",
"DIFFICULTY=easy",
"RCON_PORT=25576",
"PVP=TRUE",
"PGID=568",
"SERVER_PORT=25536",
"SERVER_NAME=Minecraft Server",
"ENABLE_RCON=TRUE",
"MAX_BUILD_HEIGHT=256",
"MAX_PLAYERS=20",
"SPAWN_ANIMALS=TRUE",
"ONLINE_MODE=TRUE",
"UMASK=002",
"ANNOUNCE_PLAYER_ACHIEVEMENTS=TRUE",
"VERSION=LATEST",
"NVIDIA_VISIBLE_DEVICES=void",
"MEMORY=4G",
"RCON_PASSWORD=bibi",
"USER_ID=568",
"TYPE=VANILLA",
"SPAWN_NPCS=TRUE",
"PUID=568",
"VIEW_DISTANCE=10",
"UID=568",
"SPAWN_PROTECTION=16",
"EULA=TRUE",
"PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"JAVA_HOME=/opt/java/openjdk",
"LANG=en_US.UTF-8",
"LANGUAGE=en_US:en",
"LC_ALL=en_US.UTF-8",
"JAVA_VERSION=jdk-21.0.5+11"
],
"Cmd": null,
"Healthcheck": {
"Test": [
"CMD-SHELL",
"mc-health"
],
"Interval": 10000000000,
"Timeout": 5000000000,
"StartPeriod": 120000000000,
"Retries": 30
},
"Image": "itzg/minecraft-server:2024.12.1-java21",
"Volumes": {
"/data": {}
},
"WorkingDir": "/data",
"Entrypoint": [
"/start"
],
"OnBuild": null,
"Labels": {
"com.docker.compose.config-hash": "b58174fbb685c84728b958cd2efc2989fc376196145ee9e16aa7929389a28295",
"com.docker.compose.container-number": "1",
"com.docker.compose.depends_on": "",
"com.docker.compose.image": "sha256:da0f9974c39bd9bc365b4cb56a35d20e0d1fa9b2a0ca5a13d4ed546b9bd30baf",
"com.docker.compose.oneoff": "False",
"com.docker.compose.project": "ix-minecrafttestmaj",
"com.docker.compose.project.config_files": "/mnt/.ix-apps/app_configs/minecrafttestmaj/versions/1.12.6/templates/rendered/docker-compose.yaml",
"com.docker.compose.project.working_dir": "/mnt/.ix-apps/app_configs/minecrafttestmaj/versions/1.12.6/templates/rendered",
"com.docker.compose.service": "minecraft",
"com.docker.compose.version": "2.29.1",
"org.opencontainers.image.authors": "Geoff Bourne <[email protected]>",
"org.opencontainers.image.created": "2024-12-20T03:33:27.114Z",
"org.opencontainers.image.description": "Docker image that provides a Minecraft Server that will automatically download selected version at startup",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "ubuntu",
"org.opencontainers.image.revision": "1f6288efd82d45f4e5a0744c01acba7cf8ce7795",
"org.opencontainers.image.source": "https://github.com/itzg/docker-minecraft-server",
"org.opencontainers.image.title": "docker-minecraft-server",
"org.opencontainers.image.url": "https://github.com/itzg/docker-minecraft-server",
"org.opencontainers.image.version": "2024.12.1"
},
"StopSignal": "SIGTERM"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "56af4f4427d28472b2994695751c0a92f94d470156a9ec31abe9160d7877b12d",
"SandboxKey": "/var/run/docker/netns/56af4f4427d2",
"Ports": {
"25536/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "25536"
}
],
"25565/tcp": null,
"25576/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "25576"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"ix-minecrafttestmaj_default": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"ix-minecrafttestmaj-minecraft-1",
"minecraft"
],
"MacAddress": "02:42:ac:10:01:02",
"DriverOpts": null,
"NetworkID": "a336df94bedec27109ab95795568aa106c1559fe09a8310066c08bc5e0bafc88",
"EndpointID": "0bc4f90a785fbabda12e3fb0388605ffd35af2e61064180a50726cb084270d6e",
"Gateway": "172.16.1.1",
"IPAddress": "172.16.1.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"ix-minecrafttestmaj-minecraft-1",
"minecraft",
"196b0fd427be"
]
}
}
}
}
] |
Okay, currently it seems that healthcheck works (there are 2 failures, assuming it was during startup). docker container inspect ix-minecrafttestmaj-minecraft-1 | jq '.[0].State.Health' |
Closing, if you still have issues let me know |
Hello,
I updated my instance of "Minecraft" app from 1.11.22 to 1.12.2. This upgrade would not launch at all going fast from "Deploying" to "Stop".
Consequently i rolled back to 1.11.22 but, the app is running consuming 2G of ram (limit : 16G) and CPU is working hard and sometimes get back to deploying.
The log is the following : 2024-12-15T10. [...] (cf attached Png)
I tried to do a fresh install with a new instance in a new dataset but the 1.12.2 version behave the same as the other
Thank you!
Capture d'écran 2024-12-15 115039
The text was updated successfully, but these errors were encountered: