-
Hi, I currently have a docker swarm cluster of 3 Raspberry Pi 4s. I've put together the below compose to try and get the server running, however, when the server is initialising it just seems to stop after Preparing level "world" and then fail with ERROR mc-server-runner Failed to stop using rcon-cli. I also include the logs for both the working standalone container and the failing stack task for comparison. version: '3.8' networks: services: The main difference I notice is that in the standalone container after Preparing level "world" it then continues onto Preparing start region for dimension minecraft:overworld which doesn't seem to happen in the stack. Any help or suggestions would be great. Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
1.18 is taking even longer to startup than the previous versions, so I'm thinking you will need to configure a longer health check duration. You could set that a lot longer for the initial world creation and then lower it later a bit. |
Beta Was this translation helpful? Give feedback.
-
Can you share your start up script for the Docker Swarm version please? |
Beta Was this translation helpful? Give feedback.
1.18 is taking even longer to startup than the previous versions, so I'm thinking you will need to configure a longer health check duration. You could set that a lot longer for the initial world creation and then lower it later a bit.