2024-02-14
- The UID and GID can be overridden by setting environment variables in your docker-compose file or shell. Thanks to @kernbug for suggesting. Check the examples to learn how this works. You need to remove the username in your unbound.conf like so
username=""
or there will be warnings in your log. - AWK and SED has been added to the image (needed for statistics via healthcheck), ash has been removed