Update archived folder name

This commit is contained in:
2025-07-09 20:00:46 +05:30
parent d0123c8dc0
commit 802a317bb0
24 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# Paths
APPDATA_PATH=/home/username/appdata
# Ports
DNS_PORT=53
ADMIN_PORT=

View File

@@ -0,0 +1,12 @@
services:
adguardhome:
image: docker.io/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