FIx command array for Traefik
This commit is contained in:
parent
68611dcf78
commit
694dc7dffe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue