in-progress update
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:latest
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
environment:
|
||||
TZ: Europe/Amsterdam
|
||||
FTLCONF_WEBSERVER_API_PASSWORD: z5fGWz2i0q
|
||||
volumes:
|
||||
- ./config:/etc/pihole
|
||||
- ./dns:/etc/dnsmasq.d
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dockge_default
|
||||
networks:
|
||||
dockge_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user