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).
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:
Any idea what's going on?