mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00

Force Podman to use the overlay storage driver in our Dangerzone environments. We have seen that in certain cases, Podman may opt to use the vfs storage driver instead, which is more space-intensive. Closes #489
2 lines
29 B
Text
2 lines
29 B
Text
[storage]
|
|
driver = "overlay"
|