Files
docker_dev/nextcloud-aio/Containers/collabora/healthcheck.sh
2025-11-17 18:51:08 +01:00

8 lines
222 B
Bash

#!/bin/bash
# Unfortunately, no curl and no nc is installed in the container
# and packages can also not be added as the package list is broken.
# So always exiting 0 for now.
# nc http://127.0.0.1:9980 || exit 1
exit 0