1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-27 03:35:09 +02:00

add directory for new FTL socket

This commit is contained in:
diginc 2018-01-31 10:07:55 -06:00
parent b140aeb79d
commit 492b6f6402

View File

@ -1,5 +1,6 @@
#!/bin/bash -ex #!/bin/bash -ex
mkdir -p /etc/pihole/ mkdir -p /etc/pihole/
mkdir -p /var/run/pihole
export CORE_TAG='v3.2.1' export CORE_TAG='v3.2.1'
export WEB_TAG='v3.2.1' export WEB_TAG='v3.2.1'
export FTL_TAG='v2.13.2' export FTL_TAG='v2.13.2'