Closed steRnbear87 closed 2 years ago
Can you provide us your docker-compose.yml so we can take a look at it
Could you try running it without Traefik?
I am experiencing the same problem and I don't have Traefik. Running only default variables.
I think it's everything (files, configs, sqlite db) gets wiped when the new image gets updated from docker.
So I tried 2 things:
Is there a way to isolate those config files and images to a directory that can be mapped/persisted even between wipes? Another thought is to add the db connection info in the docker variables and then store the env/adv configs and images in the database...
Hey @erickchung I worked with @JulianPrieber and we were able to resolve the issue. The container app in CA appstore has been updated to prevent further updates and only take updates from the built-in updater. Let us know if you still have any issues.
Hi, how do we map the links database in a persistent volume? Which directory?
Hi, how do we map the links database in a persistent volume? Which directory?
I would like to know this as well. I'm trying to run this on my docker swarm cluster.
So I created a LittleLink Custom app for UnRaid Community Appstore from the docker-compose file. My issue is whenever I update the app, it clears my current config and i have to start afresh. Reconfig after every update. Currently using it as it is with sqlite and built in mailserver.