diff --git a/php/containers.json b/php/containers.json index f6c85b0c..d66bdfb5 100644 --- a/php/containers.json +++ b/php/containers.json @@ -271,6 +271,14 @@ "image": "nextcloud/aio-notify-push", "user": "33", "init": true, + "healthcheck": { + "start_period": "0s", + "test": "/healthcheck.sh", + "interval": "30s", + "timeout": "30s", + "start_interval": "5s", + "retries": 3 + }, "expose": [ "7867" ],