Skip to content

bind exited with code 0 #11

@Caaruzo

Description

@Caaruzo

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
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions