fix: set DOCKER_API_VERSION and finalize acme fix

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-27 11:55:26 -03:00
parent d961e7b0d1
commit b477925f7a
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ services:
image: traefik:v2.10
container_name: traefik
restart: always
environment:
- DOCKER_API_VERSION=1.44
ports:
- "80:80"
- "443:443"