monstache icon indicating copy to clipboard operation
monstache copied to clipboard

Docker container exits without error after 5 days despite restart=always

Open ZhoraGrig opened this issue 2 months ago • 1 comments

After running a Docker container with the restart=always policy, the container unexpectedly exits without any visible error messages after approximately 5 days of continuous operation. This behavior occurs consistently and is causing disruptions to the application's availability.

Command

docker run -d --name monstache --restart always -v $(pwd)/monstache:/monstache -p 8089:8080 -w /monstache rwynn/monstache:latest -f ./config.toml

ZhoraGrig avatar Apr 24 '24 10:04 ZhoraGrig