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
|
||||
container_name: traefik
|
||||
restart: always
|
||||
environment:
|
||||
- DOCKER_API_VERSION=1.44
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
|
|||
Loading…
Reference in New Issue