concourse / concourse-docker

Offical concourse/concourse Docker image.
Apache License 2.0
241 stars 153 forks source link

--worker-cert= not recognized by quickstart command #35

Open moepkid-zz opened 5 years ago

moepkid-zz commented 5 years ago

Hello,

We are trying to use a custom Certificate to use with a child workder (sonarqube runner mvn) and we try to use --worker-cert= but this does not work:

concourse: restart: always image: concourse/concourse:4.2.1 command: quickstart --worker-cert=/etc/ssl privileged: true depends_on: [concourse-db] ports: ["8080:8080"] volumes:

any idea why?

moepkid-zz commented 5 years ago

aah, turns out the command is --worker-certs-dir