Skip to content

Commit

Permalink
docs: fix docker healthcheck
Browse files Browse the repository at this point in the history
Fixes #3277
  • Loading branch information
robertsLando committed Sep 12, 2023
1 parent 2111254 commit 94313bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ services:
zwave-js-ui:
# ..... other settings .....
healthcheck:
test: wget --no-verbose --spider --no-check-certificate --header "Accept: text/plain" https://localhost:8091/health || exit 1
test: 'wget --no-verbose --spider --no-check-certificate --header "Accept: text/plain" https://localhost:8091/health || exit 1'
interval: 1m
timeout: 10s
start_period: 30s
Expand Down

0 comments on commit 94313bd

Please sign in to comment.