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
|
- 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
|
||||||
Reference in New Issue
Block a user