1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 06:26:38 +02:00

v2.12 breaks the build, oh well this is dev branch

This commit is contained in:
diginc 2017-01-31 00:00:02 -06:00
parent 4259fa7f54
commit 9250e3570e
2 changed files with 14 additions and 12 deletions

View File

@ -1,11 +1,13 @@
alpine:
image: diginc/pi-hole:alpine
environment:
# Your docker host IP is required if you run RUN (not build)
ServerIP: 192.168.1.55
ports:
- "53:53/tcp"
- "53:53/udp"
- "80:80/tcp"
cap_add:
- NET_ADMIN
version: "3"
services:
pihole:
image: diginc/pi-hole:alpine
environment:
# Your docker host IP is required if you run RUN (not build)
ServerIP: 192.168.1.55
ports:
- "53:53/tcp"
- "53:53/udp"
- "80:80/tcp"
cap_add:
- NET_ADMIN

View File

@ -1,6 +1,6 @@
#!/bin/bash -x
mkdir -p /etc/pihole/
export CORE_TAG='v2.11.2'
export CORE_TAG='v2.12'
export WEB_TAG='v2.4'
# Make pihole scripts fail searching for `systemctl`,