15 lines
312 B
YAML
15 lines
312 B
YAML
services:
|
|
unbound:
|
|
image: shaanmajid/unbound:latest
|
|
container_name: unbound
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/user/appdata/unbound/config:/opt/unbound/etc/unbound
|
|
networks:
|
|
- dns_net
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
|
|
networks:
|
|
dns_net:
|
|
external: true |