Skip to content

Commit

Permalink
fix the hc
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Aug 31, 2023
1 parent 900ac14 commit 8b9a87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Containers/docker-socket-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
apk add --no-cache \
ca-certificates \
tzdata \
bash \
bind-tools; \
chmod -R 777 /tmp

Expand Down
4 changes: 1 addition & 3 deletions Containers/docker-socket-proxy/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash

nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
if ! nc -z localhost 2375; then
exit 1
fi
nc -z localhost 2375 || exit 1

0 comments on commit 8b9a87b

Please sign in to comment.