Skip to content

Instantly share code, notes, and snippets.

@uratmangun
Created April 28, 2024 03:11
Show Gist options
  • Save uratmangun/514dec74cb018c2139626c9aa4c7e19a to your computer and use it in GitHub Desktop.
Save uratmangun/514dec74cb018c2139626c9aa4c7e19a to your computer and use it in GitHub Desktop.
panda
version: "3.8"
services:
pihole:
container_name: pihole
image: iloveitaly/pihole-scheduled-blocking:latest
restart: always
environment:
TZ: "America/Denver" # Put your own timezone here.
WEBPASSWORD: "PASSWOR" # Put a strong password here.
ports:
- "53:53/tcp"
- "53:53/udp"
- "80:80/tcp"
volumes:
- pihole-config:/etc
volumes:
pihole-config:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment