add healthcheck for apache

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-12-03 11:23:51 +01:00
parent 4a839ec111
commit 3afe1c0df4

View file

@ -15,6 +15,14 @@
"image": "nextcloud/aio-apache", "image": "nextcloud/aio-apache",
"user": "33", "user": "33",
"init": true, "init": true,
"healthcheck": {
"start_period": "0s",
"test": "/healthcheck.sh",
"interval": "30s",
"timeout": "30s",
"start_interval": "5s",
"retries": 3
},
"ports": [ "ports": [
{ {
"ip_binding": "%APACHE_IP_BINDING%", "ip_binding": "%APACHE_IP_BINDING%",