You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admins usually don't configure configuration directories as a docker volume. Instead, they read-only-bind-mount individual config files directly – in my case just dovecot.conf. However this leads to an unused docker volume per container creation/start, slowly eating up disk space.
My proposal would be to not declare VOLUME /etc/dovecot in the Dockerfile.
The text was updated successfully, but these errors were encountered:
Admins usually don't configure configuration directories as a docker volume. Instead, they read-only-bind-mount individual config files directly – in my case just
dovecot.conf
. However this leads to an unused docker volume per container creation/start, slowly eating up disk space.My proposal would be to not declare
VOLUME /etc/dovecot
in the Dockerfile.The text was updated successfully, but these errors were encountered: