From ea7fb5fc27d7b635e8910c32e7bd411fa5361e38 Mon Sep 17 00:00:00 2001 From: Andrew Hunter Date: Tue, 27 Jan 2026 15:00:46 -0500 Subject: [PATCH] :memo:(doc) Use an empty directory for postgres Use an empty directory for postgres data, otherwise it will complain the directory is not empty and fail to start. --- docs/examples/compose/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/compose/compose.yaml b/docs/examples/compose/compose.yaml index 3bed17f9..14f2d660 100644 --- a/docs/examples/compose/compose.yaml +++ b/docs/examples/compose/compose.yaml @@ -10,7 +10,7 @@ services: - env.d/postgresql - env.d/common volumes: - - ./data/databases/backend:/var/lib/postgresql/data/pgdata + - ./data/databases/backend:/var/lib/postgresql/data redis: image: redis:5