diff --git a/docker-compose.yml b/docker-compose.yml index 2290a301429..a7a276a6a40 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -671,8 +671,12 @@ services: - "/usr/bin/curl" - http://localhost depends_on: - - web - - relay + web: + <<: *depends_on-healthy + restart: true + relay: + <<: *depends_on-healthy + restart: true relay: <<: *restart_policy image: "$RELAY_IMAGE"