Skip to content

Commit

Permalink
Merge pull request #210 from Luzilla/fix-unbound-user
Browse files Browse the repository at this point in the history
Fix(unbound): uid = 100
  • Loading branch information
till committed Mar 30, 2024
2 parents 10ac87c + f509e78 commit 410cce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/unbound/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ls -lah /etc/unbound

RUN /usr/sbin/unbound-checkconf

USER 101:101
USER 100:101
EXPOSE 5353/udp

ENTRYPOINT ["unbound", "-dp"]

0 comments on commit 410cce5

Please sign in to comment.