mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-23 23:55:41 +01:00
14 lines
317 B
YAML
14 lines
317 B
YAML
|
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
|