refactor(adguard): Use relative paths and set timezone to UTC in docker-compose

This commit is contained in:
2026-03-03 00:40:34 +00:00
parent 63ca609504
commit b6839969a0

View File

@@ -8,8 +8,8 @@ services:
- no-new-privileges:true - no-new-privileges:true
network_mode: host network_mode: host
volumes: volumes:
- /volume1/docker/adguard/config:/opt/adguardhome/conf:rw - ./config:/opt/adguardhome/conf:rw
- /volume1/docker/adguard/data:/opt/adguardhome/work:rw - ./data:/opt/adguardhome/work:rw
environment: environment:
TZ: Europe/Dublin TZ: UTC
restart: always restart: always