You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Due to a change in how Traefik retrieves the Docker API version (traefik/traefik#12256), the Socket-Proxy configuration for Traefik must be updated to allow `HEAD` requests to `/_ping`:
10
10
>
11
11
> - '-allowHEAD=/_ping'
@@ -28,8 +28,6 @@ The source code is available on [GitHub: wollomatic/socket-proxy](https://github
28
28
> [!NOTE]
29
29
> Starting with version 1.6.0, the socket-proxy container image is also available on GHCR.
30
30
31
-
Otherwise Traefik would fallback to API version 1.51 which would break it the Docker provider with older Docker versions.
32
-
33
31
## Getting Started
34
32
35
33
Some examples can be found in the [wiki](https://github.com/wollomatic/socket-proxy/wiki) and in the `examples` directory of the repo.
0 commit comments