From 6f67f29f6804f559fc5c3007d4a24d81bac09642 Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Wed, 29 Apr 2026 08:31:25 +0200 Subject: [PATCH] Fix depends_on syntax in PostgreSQL compose example --- DOCKERHUB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKERHUB.md b/DOCKERHUB.md index 9b69587..bb94245 100644 --- a/DOCKERHUB.md +++ b/DOCKERHUB.md @@ -91,7 +91,7 @@ services: db: condition: service_healthy ollama: - - ollama + condition: service_started db: image: postgres:16-alpine