Fix mosquitto service container entrypoint argument syntax (#999)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/docker-browser.yml
vendored
5
.github/workflows/docker-browser.yml
vendored
@@ -40,14 +40,13 @@ jobs:
|
|||||||
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
||||||
ports:
|
ports:
|
||||||
- 1883:1883
|
- 1883:1883
|
||||||
|
entrypoint: /bin/sh
|
||||||
|
args: ["-c", "mosquitto -c /etc/mosquitto/conf.d/default.conf"]
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "mosquitto_sub -t '$SYS/#' -C 1"
|
--health-cmd "mosquitto_sub -t '$SYS/#' -C 1"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
--entrypoint mosquitto
|
|
||||||
-c
|
|
||||||
/etc/mosquitto/conf.d/default.conf
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -179,14 +179,13 @@ jobs:
|
|||||||
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
image: ghcr.io/thomasnordquist/mqtt-explorer-ui-tests:latest
|
||||||
ports:
|
ports:
|
||||||
- 1883:1883
|
- 1883:1883
|
||||||
|
entrypoint: /bin/sh
|
||||||
|
args: ["-c", "mosquitto -c /etc/mosquitto/conf.d/default.conf"]
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "mosquitto_sub -t '$SYS/#' -C 1"
|
--health-cmd "mosquitto_sub -t '$SYS/#' -C 1"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
--entrypoint mosquitto
|
|
||||||
-c
|
|
||||||
/etc/mosquitto/conf.d/default.conf
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user