RD WebDesign
RD WebDesign
Why are you trying to change the cronjob inside the container? I think you can create a cronjob on the host OS to execute a `docker exec ...` command.
Can you please try to generate a new debug log? Apparently there was an issue during the log creation and the last lines are not present (the log is truncated).
This seems to be an issue with Netlify (`Failed to connect to github.com port 443: No route to host`): ``` 9:46:24 AM: Failed during stage "preparing repo": For more information,...
**4777** didn't solve the issue reported here. - **3732** changed the default directory and **created the symlinks**. - **4777** changed one file name (`pihole-FTL.log` to `FTL.log`). The symlinks ([and code...
> For some reason `/etc/resolv.conf` has the name server set to `127.0.0.11` instead of 127.0.0.1 All containers here are using `127.0.0.11` (docker DNS) without issues.
This could be achieved using something like this (search the `$domain` in the regex): ```sh echo "${lists}" | grep -i -F "${domain}" ``` But I think this will cause confusion,...
Did you try to clear cache and cookies? If you are still unable to connect after clearing cookies and cache, please post a debug log _(run `pihole -d` on the...
> The first thing I noticed was my currently defined revServer cannot be disabled. This is expected... In the current state, this PR can only add and delete entries. I...
> ## Debug Token > > Seems to be related to the PHP handling of sessions ... Can you please generate a Debug Token? Also, it would be very helpful...
Accessing one Pi-hole container should never interfere with the other one. Each container has its own PHP sessions. They are independent. Did you try without NGINX SLB? --- > PI-TWO:...