diff --git a/php/containers.json b/php/containers.json index e8b1e5cc..54b43dc4 100644 --- a/php/containers.json +++ b/php/containers.json @@ -420,6 +420,14 @@ "image": "nextcloud/aio-talk", "user": "1000", "init": true, + "healthcheck": { + "start_period": "0s", + "test": "/healthcheck.sh", + "interval": "30s", + "timeout": "30s", + "start_interval": "5s", + "retries": 3 + }, "ports": [ { "ip_binding": "",