17 lines
418 B
YAML
17 lines
418 B
YAML
services:
|
|
unbound:
|
|
image: shaanmajid/unbound:1.25.1@sha256:96809ff052e8bd79bba30e067d8b27ed9a2f069b6b2a3484fe1d0eb45aba07c5
|
|
container_name: unbound
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/user/appdata/unbound/config:/opt/unbound/etc/unbound
|
|
networks:
|
|
dns_net:
|
|
ipv4_address: 172.23.0.10
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
|
|
networks:
|
|
dns_net:
|
|
external: true
|