Comment on [HELP NEEDED] Unable to figure out directory permissions
pcouy@lemmy.pierre-couy.fr 3 months ago
Is named
actually running as the bind
user inside the container ? Maybe a USER bind
line below the RUN
lines will help.
Comment on [HELP NEEDED] Unable to figure out directory permissions
pcouy@lemmy.pierre-couy.fr 3 months ago
Is named
actually running as the bind
user inside the container ? Maybe a USER bind
line below the RUN
lines will help.
Findmysec@infosec.pub 3 months ago
It should technically do that already, but as extra insurance I’m running it with the
-u bind
flag inENTRYPOINT
. The problem was solved with achmod 755