apps/unbound/docker-compose.yml aktualisiert
This commit is contained in:
@@ -1,15 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
unbound:
|
unbound:
|
||||||
image: kutzilla/unbound:latest
|
image: shaanmajid/unbound:latest
|
||||||
container_name: unbound
|
container_name: unbound
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/unbound/config:/opt/unbound/etc/unbound
|
- /mnt/user/appdata/unbound/config:/opt/unbound/etc/unbound
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- dns_net
|
- dns_net
|
||||||
|
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user