FIx command array for Traefik

This commit is contained in:
Jean Froment 2020-10-25 21:01:58 +01:00
parent 68611dcf78
commit 694dc7dffe
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ services:
container_name: traefik
restart: always
command:
- --certificatesresolvers.le.acme.email=${ACME_MAIL}
- --pilot.token=${PILOT_TOKEN}
- --certificatesresolvers.le.acme.email=${ACME_MAIL} --pilot.token=${PILOT_TOKEN}
ports:
- "80:80"
- "443:443"