Version 1
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
unbound:
|
||||||
|
image: kutzilla/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
|
||||||
Reference in New Issue
Block a user