Skip to content
This repository was archived by the owner on Jan 31, 2021. It is now read-only.

Commit f2613d4

Browse files
authored
Merge pull request #22 from gjnoonan/update-docker-image
Update pihole docker image
2 parents 0839158 + 49183fa commit f2613d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/pihole/pihole.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (s Service) UserData() string {
3030
EnvironmentFile=/etc/environment
3131
ExecStartPre=-/usr/bin/docker kill pihole
3232
ExecStartPre=-/usr/bin/docker rm pihole
33-
ExecStartPre=/usr/bin/docker pull diginc/pi-hole:latest
34-
ExecStart=/usr/bin/docker run --name pihole --net=host -e DNS1=1.1.1.1 -e ServerIP=1.1.1.2 -e ServerIPv6=fd9d:bc11:4020:: -e WEBPASSWORD=dosxvpn -v pihole-etc:/etc/pihole -v pihole-dnsmasq.d:/etc/dnsmasq.d diginc/pi-hole:latest
33+
ExecStartPre=/usr/bin/docker pull pihole/pihole:latest
34+
ExecStart=/usr/bin/docker run --name pihole --net=host -e DNS1=1.1.1.1 -e ServerIP=1.1.1.2 -e ServerIPv6=fd9d:bc11:4020:: -e WEBPASSWORD=dosxvpn -v pihole-etc:/etc/pihole -v pihole-dnsmasq.d:/etc/dnsmasq.d pihole/pihole:latest
3535
ExecStop=/usr/bin/docker stop pihole`
3636
}

0 commit comments

Comments
 (0)