mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2025-08-18 22:17:50 +02:00
Add docker
This commit is contained in:
13
docker/compose.yaml
Normal file
13
docker/compose.yaml
Normal 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
|
Reference in New Issue
Block a user