Skip to content

Commit

Permalink
add it to mastercontainer as well
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Oct 6, 2022
1 parent 56af317 commit be299df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/mastercontainer/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
curl -skfI https://localhost:8080 || exit 1
nc -z localhost 8080 || exit 1
fi

0 comments on commit be299df

Please sign in to comment.