2025-04-14, 08:34 PM
You should be specifying a path on your host to mount /config. If you are NOT doing that, the storage for /config would exist in the virtual file system that each container creates for itself. When you update to a new version of any app, it would create a new virtual file system as it is considered a whole new container.
It SOUNDS like you are NOT specifying a host path for /config and /cache.
It SOUNDS like you are NOT specifying a host path for /config and /cache.