Add docker

This commit is contained in:
Andros Fenollosa
2024-10-27 16:29:07 +01:00
parent a592716528
commit 19ede6d147
3 changed files with 57 additions and 0 deletions

13
docker/compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
maza_dns:
build: .
container_name: maza_dns
environment:
#- URL_DNS_LIST_CUSTOM="https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts"
ports:
- "53:53/udp"
- "53:53/tcp"
- "67:67/udp"
volumes:
- maza_data:/etc/maza
restart: unless-stopped