Replies: 1 comment
-
Hi there! Since those are different containers, the uid/gid can be 1000/1000 for both. Otherwise the ids should be set here accordingly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Full Disclosure: I am a novice to the entire Linux and Docker world.
I'm trying to setup Pi-hole, Unbound and Redis using a socket as in the 'docker-compose-madnuttah.yaml' example.
When I run docker compose, the container does not start. I see the error below in the logs:
su-exec: /usr/local/unbound/sbin/unbound.sh: Permission denied
My unbound section of the compose file:
unbound.txt
I have UNBOUND_UID=1100 UNBOUND_GID=1100, since the user pi has 1000/1000
Let me know if any additional information is needed.
TIA
Beta Was this translation helpful? Give feedback.
All reactions