1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-27 03:35:09 +02:00
docker-pi-hole/doco-alpine.yml
diginc eeb7b84f5a Version in the web interfaces works now! (various)
* Added version files, updated by the submodule updater script
* Modify the php of adminLTE to read said version files
* Fixed env in the dockerfiles
2016-03-29 19:51:08 -05:00

13 lines
244 B
YAML

alpine:
build: .
dockerfile: alpine.docker
environment:
# Your docker host IP is required if you run RUN (not build)
piholeIP: 192.168.1.55
ports:
- "53:53/tcp"
- "53:53/udp"
- "80:80/tcp"
cap_add:
- NET_ADMIN