18 lines
351 B
YAML
18 lines
351 B
YAML
services:
|
|
technitium:
|
|
container_name: technitium
|
|
image: technitium/dns-server:latest
|
|
network_mode: "host"
|
|
environment:
|
|
- DNS_SERVER_DOMAIN=technitium
|
|
- DNS_SERVER_ADMIN_PASSWORD=${PASS}
|
|
volumes:
|
|
- technitium:/etc/dns
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
technitium:
|
|
name: technitium
|
|
external: true
|
|
|