FIx command array for Traefik
This commit is contained in:
		
							parent
							
								
									68611dcf78
								
							
						
					
					
						commit
						694dc7dffe
					
				|  | @ -6,8 +6,7 @@ services: | ||||||
|         container_name: traefik |         container_name: traefik | ||||||
|         restart: always |         restart: always | ||||||
|         command:  |         command:  | ||||||
|             - --certificatesresolvers.le.acme.email=${ACME_MAIL} |             - --certificatesresolvers.le.acme.email=${ACME_MAIL} --pilot.token=${PILOT_TOKEN} | ||||||
|             - --pilot.token=${PILOT_TOKEN} |  | ||||||
|         ports: |         ports: | ||||||
|             - "80:80" |             - "80:80" | ||||||
|             - "443:443" |             - "443:443" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue