Container exits/restarts during at random points at startup #424
-
Hi there! I'm running a (heavily) modded valheim server but the container keeps crashing silently at seemingly random points. Description:
Update 2):
As a fix we could increase the default interval/retries/start_period to work with longer setups, or move the health check from the docker image to the compose file to allow changing the values. It might also be possible to override health check in the docker image by adding one to the compose file, but I can only test that later on. This is the theoretical health check inside the compose file:
System Details (click to open)
Compose File (click to open)
Output logs (click to open)
Output log with DEBUG=1 (click to open)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The container healthcheck wont be available until all those mods are downloaded 0.o change your start period to be something like |
Beta Was this translation helpful? Give feedback.
The container healthcheck wont be available until all those mods are downloaded 0.o change your start period to be something like
300s