From af659b9d095b3cb7f18ba93f69c871a47265a7ec Mon Sep 17 00:00:00 2001 From: samet celikcapa Date: Sat, 15 Nov 2025 13:04:21 +0300 Subject: [PATCH] Update compose.yaml The volume path has to be updated after PostgreSQL v18+. Otherwise, it throws an error --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 52866af..42f3528 100644 --- a/compose.yaml +++ b/compose.yaml @@ -31,7 +31,7 @@ services: # secrets: # - db-password # volumes: -# - db-data:/var/lib/postgresql/data +# - db-data:/var/lib/postgresql # environment: # - POSTGRES_DB=example # - POSTGRES_PASSWORD_FILE=/run/secrets/db-password