14 lines
197 B
YAML
14 lines
197 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
unbound:
|
|
image: mvance/unbound:latest
|
|
container_name: unbound
|
|
restart: unless-stopped
|
|
networks:
|
|
- dns_net
|
|
|
|
networks:
|
|
dns_net:
|
|
external: true
|