docker-cronicle
docker-cronicle copied to clipboard
pid-file doesn’t remove on container shutdown
When i shutdown the container, the pid-file from the log-volume isn‘t removed. If i start the container back, cronicle cant start because there is already a pid-file. If i disable redirect the log-dir to my local filesystem it works.
I also have this on my Synology Diskstation. It's quit annoying because it it means one has to manually delete that file every time.
Running cronicle in a container requires some additional adjustments, you can try this image
https://github.com/soulteary/docker-cronicle
more detail: https://github.com/jhuckaby/Cronicle/pull/80#issuecomment-986231283