Fix log path

This commit is contained in:
Marko Korhonen 2020-02-25 13:31:00 +02:00
parent ec9213bf4f
commit 1b1c9230b3

View file

@ -14,7 +14,7 @@ services:
volumes: volumes:
- /docker/pihole/pihole/:/etc/pihole/ - /docker/pihole/pihole/:/etc/pihole/
- /docker/pihole/dnsmasq/:/etc/dnsmasq.d/ - /docker/pihole/dnsmasq/:/etc/dnsmasq.d/
- /docker/pihole/log/:/var/log/pihole.log - /docker/pihole/log/:/var/log/
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
dns: dns:
- 127.0.0.1 - 127.0.0.1