From e154db252114b12949d1bcd1748c5824b65ac33b Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Thu, 22 Jan 2026 09:49:55 +0300 Subject: [PATCH] Fix docker configuration example for PostgreSQL --- src/guide/start/databases.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/guide/start/databases.md b/src/guide/start/databases.md index 19301c82..1ed8aef5 100644 --- a/src/guide/start/databases.md +++ b/src/guide/start/databases.md @@ -66,9 +66,6 @@ services: interval: 5s timeout: 5s retries: 5 - -volumes: - db: ``` Note that we add `depends_on` so application waits for database to be up.