Skip to content

Commit

Permalink
Fix(unbound): uid = 100
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 30, 2024
1 parent 10ac87c commit f509e78
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 f509e78

Please sign in to comment.