-
Sheogorath authoredSheogorath authored
docker-compose.yml 210 B
version: '2'
services:
dns:
image: secns/unbound
doh:
image: quay.io/sheogorath/doh
build:
context: .
environment:
- "UPSTREAM_NAME=dns"
ports:
- "127.0.0.1:8053:8053"