sujiba / pihole-unbound-hyperlocal

docker pull sujiba/pihole-unbound-hyperlocal
https://hub.docker.com/r/sujiba/pihole-unbound-hyperlocal
18 stars 7 forks source link

Issues starting the container #8

Closed mondsen closed 2 years ago

mondsen commented 2 years ago

Hi, I have been using your container for a while now but I always struggle with updates/restarts. If it runs, it works. But now I have the situation that I can't recreate the container:

~/pihole-unbound-hyperlocal$ docker-compose up -d --force-recreate
Removing pihole-unbound
Recreating 3a6c2ebfd261_pihole-unbound ... 

ERROR: for 3a6c2ebfd261_pihole-unbound  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)

ERROR: for pihole-unbound  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).

Any idea what's going on?

mondsen commented 2 years ago

With COMPOSE_HTTP_TIMEOUT=120 it worked for me