Run your on-prem DNS blocker with ease and security in mind
What can I do with this? Block most ads from most websites, have entire categories blocked on your or other networks or for individual clients. Perfect for parents and enterprises alike.
services:
adguard:
image: "11notes/adguard:0.107.52"
container_name: "adguard"
environment:
TZ: "Europe/Zurich"
volumes:
- "etc:/adguard/etc"
- "var:/adguard/var"
networks:
macvlan:
ipv4_address: 10.255.255.53
restart: always
volumes:
etc:
var:
networks:
macvlan:
driver: macvlan
driver_opts:
parent: eth0
ipam:
config:
- subnet: "10.255.255.0/24"
gateway: "10.255.255.254"
Parameter | Value | Description |
---|---|---|
user |
docker | user docker |
uid |
1000 | user id 1000 |
gid |
1000 | group id 1000 |
home |
/adguard | home directory of user docker |
web |
https://${IP}:8443 | default web ui |
login |
admin // adguard | default login |
Parameter | Value | Default |
---|---|---|
TZ |
Time Zone | |
DEBUG |
Show debug information |
This image is provided to you at your own risk. Always make backups before updating an image to a new version. Check the changelog for breaking changes. You can find all my repositories on github.