fix: set DOCKER_API_VERSION and finalize acme fix
This commit is contained in:
parent
d961e7b0d1
commit
b477925f7a
|
|
@ -3,6 +3,8 @@ services:
|
||||||
image: traefik:v2.10
|
image: traefik:v2.10
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- DOCKER_API_VERSION=1.44
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue