Read-only filesystem for docker image
Author: wginolasCreated Aug 28, 2026Updated Sep 15, 2026
- Add
read_only: trueto thedocker-compose.yml - Set
readOnlyRootFilesystem: truehere: https://github.com/cryptpad/helm/blob/main/charts/cryptpad/values.yaml#L177 - Make sure CryptPad still works with this setting.
- If it does not work, we may need to add
tmpfsor other volumes.
- If it does not work, we may need to add
Source: cryptpad/cryptpad