don't map logs
This commit is contained in:
parent
6d49e9d7ba
commit
f887e503e2
|
@ -6,8 +6,8 @@ volumes:
|
|||
driver: local
|
||||
pihole-dnsmasq:
|
||||
driver: local
|
||||
pihole-log:
|
||||
driver: local
|
||||
# pihole-log:
|
||||
#driver: local
|
||||
|
||||
networks:
|
||||
dns_local_net:
|
||||
|
@ -37,7 +37,7 @@ services:
|
|||
volumes:
|
||||
- pihole-etc:/etc/pihole
|
||||
- pihole-dnsmasq:/etc/dnsmasq.d
|
||||
- pihole-log:/var/log
|
||||
#- pihole-log:/var/log
|
||||
networks:
|
||||
dns_local_net:
|
||||
ipv4_address: 10.200.53.241
|
||||
|
|
Loading…
Reference in New Issue