docker-cronicle icon indicating copy to clipboard operation
docker-cronicle copied to clipboard

Persistent Server Issue

Open bryant7392 opened this issue 9 months ago • 2 comments

I seem to be having an issue where everytime restart the container all the servers seem to dissapear except for the main server.

i have my volumes setup as below. I can see json populating the server data but then after i restart it reverts. Any ideas?

  - /mnt/docker-share/cronicle/data:/opt/cronicle/data:rw
  - /mnt/docker-share/cronicle/logs:/opt/cronicle/logs:rw
  - /mnt/docker-share/cronicle/plugins:/opt/cronicle/plugins:rw
  - /mnt/docker-share/cronicle/conf/config.json:/opt/cronicle/conf/config.json:rw

bryant7392 avatar Sep 25 '23 23:09 bryant7392