Hi Pablo,

On 27.12.24 21:17 Pablo wrote:

> This is my docker-compose.yml (my start command has to be sudoed for 
> some reason, Debian 12 machine: sudo docker compose up -d):

Guess: Your user is not part of the docker group?

Side note: I avoid docker and use (rootless) podman instead, which can
be used as a backend for docker compose.

> services:
> bind9:
> image: internetsystemsconsortium/bind9:9.20

For some reason the official container image logs to a file instead of
stdout. It logs to /var/log/bind/default.log by default.

You have mounted the log directory to /var/log/named instead:

> volumes:
>        - ./config:/etc/bind
>        - ./cache:/var/cache/bind
>        - ./zones:/var/lib/bind
>        - ./log:/var/log/named

Try changing that to /var/log/bind/. Then you should be able to check
the log file for errors.

Did you check the docker compose logs for your bind9 service?

Kind Regards,
Johannes

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to