fix pihole
This commit is contained in:
@@ -5,9 +5,9 @@ Wants=network-online.target
|
||||
ContainerName=pihole
|
||||
Environment=TZ=America/Chicago "WEBPASSWORD=SET A PASSWORD HERE"
|
||||
Image=pihole/pihole:latest
|
||||
PublishPort=53:53/tcp
|
||||
PublishPort=53:53/udp
|
||||
PublishPort=8080:80/tcp
|
||||
PublishPort=0.0.0.0:53:53/tcp
|
||||
PublishPort=0.0.0.0:53:53/udp
|
||||
PublishPort=0.0.0.0:8081:80/tcp
|
||||
Volume=pihole:/etc/pihole
|
||||
Volume=dnsmasq:/etc/dnsmasq.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user