Closed Kirill closed 5 months ago
Hi! To make huecker.io work with Watchtower, you can pass the HTTPS_PROXY
and NO_PROXY
environment variables similar to the Docker Engine.
Example Compose configuration:
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
HTTPS_PROXY: "socks5://proxy.huecker.io:1080"
NO_PROXY: "*.docker.io"
I think I should add this to the documentation. Thanks for helping to find this issue!
Description
Error in telegram: