Fix Traefik v2 tag
This commit is contained in:
parent
054d0c30e5
commit
f24afe6a1d
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2
|
||||
image: traefik
|
||||
container_name: traefik
|
||||
restart: always
|
||||
command: --certificatesresolvers.le.acme.email=${ACME_MAIL}
|
||||
|
|
Loading…
Reference in New Issue