-
Notifications
You must be signed in to change notification settings - Fork 104
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
Allow chown failures #86
Comments
To be able to persist the data, you need to mount something at ou can mount ANY two directories at those locations and things should work as long as they are writable by uid 1000 I guess. |
I use named volumes. (And ro configs on top) |
Technically, I don't need |
I would assume other things to break when it's not writable, so I think |
Why not break early instead of waiting for the Mailman to break later? |
Hey folks, I'm running into this as well: Where I template out that configs:
- source: mailman_extra_cfg
target: /opt/mailman/core/mailman-extra.cfg And this is failing because of the above mentioned docker-mailman/core/docker-entrypoint.sh Line 231 in 9409942
Maybe passing |
Same issue here, when using docker-mailman in a K8s cluster and mounting mailman-extra.cfg from a config map, there's no way to make it writable. |
This issue has not been updated for more than 1year |
Closing stale issues doesn't solve the problem, please remove this automation. |
if you see the automation close issue that you care about, or if there is a PR attached that I might have missed, please feel free to reopen it. |
AFAIK you're the only one who can reopen issues, we can only open new ones (which would cause more overhead IMHO). |
Both mailman-core and mailman-web bails when I mount the configs ro like this:
I prefer mounting them because /opt is hard to manage and doesn't scale.
The text was updated successfully, but these errors were encountered: