devel: Decribe worker entrypoint as a list
This commit is contained in:
parent
58350f90e8
commit
ebd9547cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ services:
|
|||
context: ../../osbuild-composer
|
||||
dockerfile: ./distribution/Dockerfile-worker
|
||||
# override the entrypoint to specify composer hostname and port
|
||||
entrypoint: /usr/libexec/osbuild-composer/osbuild-worker composer:8700
|
||||
entrypoint: [ "/usr/libexec/osbuild-composer/osbuild-worker", "composer:8700" ]
|
||||
volumes:
|
||||
- ${STATE_DIR}/x509/ca-crt.pem:/etc/osbuild-composer/ca-crt.pem:z
|
||||
- ${STATE_DIR}/x509/worker-crt.pem:/etc/osbuild-composer/worker-crt.pem:z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue