mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
add healthcheck for apache
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
4a839ec111
commit
3afe1c0df4
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,14 @@
|
|||
"image": "nextcloud/aio-apache",
|
||||
"user": "33",
|
||||
"init": true,
|
||||
"healthcheck": {
|
||||
"start_period": "0s",
|
||||
"test": "/healthcheck.sh",
|
||||
"interval": "30s",
|
||||
"timeout": "30s",
|
||||
"start_interval": "5s",
|
||||
"retries": 3
|
||||
},
|
||||
"ports": [
|
||||
{
|
||||
"ip_binding": "%APACHE_IP_BINDING%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue