refactor(adguard): Use relative paths and set timezone to UTC in docker-compose
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
||||
- no-new-privileges:true
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /volume1/docker/adguard/config:/opt/adguardhome/conf:rw
|
||||
- /volume1/docker/adguard/data:/opt/adguardhome/work:rw
|
||||
- ./config:/opt/adguardhome/conf:rw
|
||||
- ./data:/opt/adguardhome/work:rw
|
||||
environment:
|
||||
TZ: Europe/Dublin
|
||||
TZ: UTC
|
||||
restart: always
|
||||
Reference in New Issue
Block a user