Fix depends_on syntax in PostgreSQL compose example

This commit is contained in:
Oliver Hofmann 2026-04-29 08:31:25 +02:00
parent 3b7c88bf2c
commit 6f67f29f68

View File

@ -91,7 +91,7 @@ services:
db:
condition: service_healthy
ollama:
- ollama
condition: service_started
db:
image: postgres:16-alpine