mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Healthcheck moved to service_started for now
This commit is contained in:
parent
7ce555bae0
commit
a13b484079
24 changed files with 40 additions and 33 deletions
|
@ -8,6 +8,8 @@ services:
|
|||
- 8080:80
|
||||
#volumes:
|
||||
# - nextcloud:/var/www/html # This is the usual way of using nextcloud in a container, but we do not need persistent data storage for benchmarking
|
||||
healthcheck:
|
||||
test: ["curl", "-f", "http://nc"]
|
||||
interval: "1s"
|
||||
# healthcheck:
|
||||
# test: curl -f http://nc
|
||||
# interval: "1h" # effectively turns repeated healthchecks during runtime off
|
||||
# start-period: "1s" # Not yet supported. Will come with Docker CE 25.0
|
||||
# start-interval: "1s" # Not yet supported. Will come with Docker CE 25.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue