mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-24 20:34:10 +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
|
@ -9,7 +9,7 @@ services:
|
|||
image: greencoding/gcb_playwright:v3
|
||||
depends_on:
|
||||
nc:
|
||||
condition: service_healthy
|
||||
condition: service_started # change to service_healthy when Docker CE 25.0 is released which supports start-interval
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix # for debugging in non-headless mode
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue