feat: Logging configured for bind

!1
This commit is contained in:
2023-11-12 21:11:48 +09:30
parent b158f228e1
commit fb9c09161a
2 changed files with 204 additions and 3 deletions

View File

@ -35,8 +35,8 @@ services:
ports:
- "53:53"
volumes:
- data_bind9:/etc/bind
# - logs_bind9:/var/logs
- data_bind9:/etc/bind/conf.d
- logs_bind9:/var/logs
environment:
- TIMEZONE=UTC
restart: always
@ -47,7 +47,7 @@ services:
volumes:
data_bind9:
# logs_bind9:
logs_bind9:
networks: