1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-26 01:05:41 +02:00
vaultwarden/docker/armv6
BlackDex 9a787dd105
Fix persistent folder check within containers
The previous persistent folder check worked by checking if a file
exists. If you used a bind-mount, then this file is not there. But when
using a docker/podman volume those files are copied, and caused the
container to not start.

This change checks the `/proc/self/mountinfo` for a specific patern to
see if the data folder is persistent or not.

Fixes #2622
2022-07-20 13:29:39 +02:00
..
Dockerfile Fix persistent folder check within containers 2022-07-20 13:29:39 +02:00
Dockerfile.alpine Fix persistent folder check within containers 2022-07-20 13:29:39 +02:00
Dockerfile.buildx Fix persistent folder check within containers 2022-07-20 13:29:39 +02:00
Dockerfile.buildx.alpine Fix persistent folder check within containers 2022-07-20 13:29:39 +02:00