Merge pull request #148 from cschug/pin_version_bind9

chore: pin version of BIND to 9.18
This commit is contained in:
Christian Lempa 2024-02-23 11:18:53 +01:00 committed by GitHub
commit cfe79c004f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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