Created
April 28, 2024 03:11
-
-
Save uratmangun/514dec74cb018c2139626c9aa4c7e19a to your computer and use it in GitHub Desktop.
panda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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