Set DOCKER_API_VERSION for Traefik compatibility with Docker Engine v29

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-21 20:16:00 -05:00
parent 050294754c
commit 9966fd9470

View File

@ -107,6 +107,8 @@ services:
traefik:
image: traefik:v3.3
environment:
- DOCKER_API_VERSION=1.44
command:
- "--api.dashboard=true"
- "--providers.docker=true"