added adguard home

This commit is contained in:
dominikhoebert 2024-07-29 21:08:23 +02:00
parent 4040b166f8
commit 5f1db1f124
2 changed files with 18 additions and 1 deletions

View File

@ -27,7 +27,6 @@
## ToDo
- adguard home
- dozzle
- dockge
- glances
@ -75,6 +74,7 @@
- nginx
- obsidian livesync
- whoami
- adguard home
## Tools

17
adguard-home/compose.yml Normal file
View File

@ -0,0 +1,17 @@
# https://hub.docker.com/r/adguard/adguardhome
# Network-wide ads & trackers blocking DNS server
name: adguard-home
services:
adguardhome:
container_name: adguard-home
volumes:
- ./work:/opt/adguardhome/work
- ./conf:/opt/adguardhome/conf
ports:
- 53:53
- 67:67/udp
- 68:68/udp
#- 80:80/tcp
#- 443:443/tcp
#- 443:443/udp
image: adguard/adguardhome