hacky portainerize this
This commit is contained in:
parent
f441d3d952
commit
d9ebd99bd9
@ -11,8 +11,7 @@ services:
|
||||
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
- CORS_HOSTS=pihole.${DOMAIN_ROOT}
|
||||
- DOMAIN_ROOT=${DOMAIN_ROOT}
|
||||
- CORS_HOSTS=${CORS_HOSTS}
|
||||
- WEBPASSWORD=${WEB_UI_PASSWORD}
|
||||
|
||||
network_mode: host
|
||||
@ -22,7 +21,7 @@ services:
|
||||
volumes:
|
||||
- pihole-config_data:/etc/pihole
|
||||
- pihole-dnsmasq_data:/etc/dnsmasq.d
|
||||
- ./pihole-lighttpd.conf:/etc/lighttpd/lighttpd.conf
|
||||
- /home/steve/nuc/pihole/pihole-lighttpd.conf:/etc/lighttpd/lighttpd.conf
|
||||
cap_add:
|
||||
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user