Commit 9785ccf
committed
fix: Don't crash on newer docker apis using docker compose
Traefik v2.9 was incompatible with newer Docker daemon versions that
require minimum API version 1.44.
This fixes the recurring "client version 1.24 is too old" errors that
prevented Traefik from discovering and routing to Docker containers.
Signed-off-by: Omar <omar.brbutovic@secomind.com>1 parent fc55583 commit 9785ccf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments