From 0139d87f75854794a6892c0a2792100b8eb2b80a Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 10 Aug 2024 04:04:32 +0200 Subject: [PATCH] made martin only depend on the osm-intialisation having started --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4469101b4..fbab60a0e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -313,7 +313,7 @@ services: martin-init-config: condition: service_completed_successfully osm2pgsql-init: - condition: service_completed_successfully + condition: service_started volumes: - ./map/martin/:/map/:ro healthcheck: