Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't force-add /etc/dovecot as a volume #8

Closed
schildbach opened this issue Sep 18, 2023 · 2 comments
Closed

Don't force-add /etc/dovecot as a volume #8

schildbach opened this issue Sep 18, 2023 · 2 comments

Comments

@schildbach
Copy link

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.

@grooverdan
Copy link

agree on this.

@schildbach
Copy link
Author

Seems this has been fixed for 2.4.0. So I'll close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants