adguard home

This commit is contained in:
Peter Wood
2025-01-19 09:27:41 -05:00
parent 99f1db63e3
commit 6d1d667171

View File

@@ -0,0 +1,19 @@
name: adguardhome
services:
adguardhome:
image: adguard/adguardhome:latest
ports:
- 53:53/tcp # plain dns over tcp
- 53:53/udp # plain dns over udp
- 3080:80/tcp # http web interface
# - 3081:3000/tcp # initial setup web interface
volumes:
- config:/opt/adguardhome/conf # app configuration
- work:/opt/adguardhome/work # app working directory
restart: always
volumes:
config:
driver: local
work:
driver: local
networks: {}