synology-pihole
synology-pihole copied to clipboard
Install or Update Pi-Hole as Docker Container on a Synology NAS with a Static IP Address
Add command create network outside of docker-compose.yml
I'm moving my pi-hole from my synology-nas to a dedicated raspberry pi that I got. What steps do I need to do to uninstall synology-pihole from my nas? I removed...
While trying to add this to my task scheduler /bin/sh /path/to/your/script/syno_pihole.sh network --ip 192.168.0.250 --log /var/log/syno_pihole.log --force ends with timeout. Obviously updated the path and tried executing it directly from...
In DSM 7.2 the Docker package name changes again, so added new SYNO_DOCKER_SERV_NAME7_2 variable to track. Refactored execute_wait_for_docker() to seperate server name command construction logic and remove code redundancy.
networks: macvlan: *** nginx-proxy-manager_network: external: name: nginx-proxy-manager networks: macvlan: ipv4_address: ${ipv4_address} nginx-proxy-manager_network: when i use this there is issue with port 53 is being used. please help how to attach...
The latest Docker version of Pi-hole fails to start correctly. The issue can be found [here](https://github.com/pi-hole/docker-pi-hole/issues/963). The logs show the following error: ```console [cont-init.d] executing container initialization scripts... [cont-init.d] 20-start.sh:...
the cap_add: NET_ADMIN is needed for FTL See: https://stackoverflow.com/questions/58377469/difference-between-cap-add-net-admin-and-add-capabilities-in-yml Please add to script and\or docker-compose.
If the --log option is used with syno_pihole.sh and a log file is not specified then this option must be specified last after all other commands, parameters and options. Otherwise...
See this [blog post](https://www.pedrolamas.com/2020/11/04/exposing-the-client-ips-to-docker-containers-on-synology-nas/) for more details.