cbb4dfed3d
Lock remaining running images to current digests
17 lines
418 B
YAML
17 lines
418 B
YAML
services:
|
|
unbound:
|
|
image: shaanmajid/unbound:latest@sha256:0a163e92e55698ddc45c0265884a86c7363da245ab4a909a8e5cb0f541aeeb4d
|
|
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
|