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
The container did succeed to create some files, here's what I see on OpenMediaVault:
User mirek is the owner of the /src/dev-disk-by-uuid-XXX/sharedFolder/containers/bind directory. The user systemd-timesync has UID 101 and systemd-journal has GID of 101.
I tried setting the BIND_USER to mirek - did not help. When I do it, I only see the following log and no files are created in volume:
chown: invalid group: 'root:mirek'
What am I missing here? How can I force the docker-bind to always use user mirek and group users?
The text was updated successfully, but these errors were encountered:
I'm having some issues when deploying from
sameersbn/bind:latest
using Portainer that runs on OpenMediaVault.I configured
/data/
to be mapped to/src/dev-disk-by-uuid-XXX/sharedFolder/containers/bind
, the container doesn't start. Log says:The container did succeed to create some files, here's what I see on OpenMediaVault:

User
mirek
is the owner of the/src/dev-disk-by-uuid-XXX/sharedFolder/containers/bind
directory. The usersystemd-timesync
has UID101
andsystemd-journal
has GID of101
.I tried setting the
BIND_USER
tomirek
- did not help. When I do it, I only see the following log and no files are created in volume:What am I missing here? How can I force the
docker-bind
to always use usermirek
and groupusers
?The text was updated successfully, but these errors were encountered: