I have bunch of containers added via compose yaml. Whenever there is update, they loose their configs(or attleast most of them)… I suppose this is not normal? I see that jackett container has now update available, if needed and instructed. i could take logs or something when updating.
Or is this example container configuration faulty somehow:
services:
pinchflat:
environment:
- TZ=Europe/Helsinki
image: ghcr.io/kieraneglin/pinchflat:latest
ports:
- '8945:8945'
volumes:
- /mnt/container/pinchflat/config:/config
- /mnt/media/media/Youtube:/downloads
Whats mindbogling, is for example qbittorrentvpn custom container deletes vpn files when upgrading ? For me it looks like whole folder where container resides, is renewed?