Archived adguardhome

This commit is contained in:
2025-06-27 17:36:11 +05:30
parent 138508e456
commit 4723281e2b
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
adguardhome:
image: adguard/adguardhome:v0.107.62
container_name: adguardhome
volumes:
- ${APPDATA_PATH}/adguardhome/work:/opt/adguardhome/work
- ${APPDATA_PATH}/adguardhome/conf:/opt/adguardhome/conf
ports:
- "${DNS_PORT}:53/tcp"
- "${DNS_PORT}:53/udp"
- "${ADMIN_PORT}:3000/tcp"
restart: unless-stopped