Updates
This commit is contained in:
5
nextcloud-aio/Containers/apache/healthcheck.sh
Normal file
5
nextcloud-aio/Containers/apache/healthcheck.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
||||
nc -z 127.0.0.1 8000 || exit 1
|
||||
nc -z 127.0.0.1 "$APACHE_PORT" || exit 1
|
||||
Reference in New Issue
Block a user