chore: pin version of BIND to 9.18

This commit is contained in:
Christoph Schug 2024-02-22 22:12:50 +01:00
parent ca1b5cf74e
commit 179e2b43f1

View File

@ -1,7 +1,7 @@
---
services:
bind9:
image: ubuntu/bind9:latest
image: ubuntu/bind9:9.18-23.10_edge
container_name: bind9
ports:
- "53:53"
@ -9,4 +9,4 @@ services:
- /etc/bind/:/etc/bind/
- /var/cache/bind:/var/cache/bind
- /var/lib/bind:/var/lib/bind
restart: unless-stopped
restart: unless-stopped