services: unbound: image: shaanmajid/unbound:1.25.1@sha256:6fa3d5257ff6d95ab16153c62fabfe256edc0db515f94755f5edeb1f2a2258ab 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