removed stacks and using normal docker but with seperated compose files
This commit is contained in:
17
docker-compose.d/Networking/technitium.yml
Normal file
17
docker-compose.d/Networking/technitium.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user