Replies: 1 comment
-
First we do not support If Docker was running as root it should be able to write each user and group to the host volume locations so I assume it's running rootless? In that case you need to have You could also choose not to run the log or state volumes as bind mount volumes, these could be named volumes instead which should avoid any permissions issues. You may want to do the same for the That would leave you with the That's about all I can really offer advice wise. We do have a WIP rootless guide for Podman, but generally this is something you'll need to figure out as we're not tech support for everyone's different deployment environments. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to get working mailserver on OpenMedaVault, that runs on Debian:
But I am getting multiple permission problems:
Here is my docker compose YML:
my ENV file:
mailserver.env (click to view)
I already tried to run with and without:
in my YML file, and these in env files:
1004
and1005
are my user and group which have permissions on mapped drives as described here, but it does not seem that it is connected with the expected mapped drives permissions.What am I doing wrong?
Thanks in advance and looking forward.
Beta Was this translation helpful? Give feedback.
All reactions