-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hello There,
ive tried to update my bind container to 9.19.
Whenever i try to use 9.18 or 9.19 it dont work. Before it was a working 9.19.
I can't find any reason for it, it just tells bind exited with code 0.
If i use 9.16 it's back working. What might be the reason? Thx
docker-compose:
`
version: '3.8'
services:
bind:
container_name: bind
user: 1000:100
image: internetsystemsconsortium/bind9:9.19
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./volume/config:/etc/bind
- ./volume/records:/var/lib/bind
- ./volume/cache:/var/cache/bind
- ./volume/log:/var/log
networks:
- default
ports:
- "10.10.10.1:53:53/udp"
- "10.10.10.1:53:53/tcp"
networks:
default:
driver: bridge
`
ki9us
Metadata
Metadata
Assignees
Labels
No labels