chore: update the postgresql volume path in compose file (#12946)

This commit is contained in:
Pradumna Saraf
2025-11-18 13:43:55 +05:30
committed by GitHub
parent 0f340a9a29
commit a3fc9b1532
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ services:
postgres:
image: postgres:18
volumes:
- postgres-data:/var/lib/postgresql/18/docker
- postgres-data:/var/lib/postgresql
environment:
POSTGRES_DB: kestra
POSTGRES_USER: kestra

View File

@@ -8,7 +8,7 @@ services:
postgres:
image: postgres:18
volumes:
- postgres-data:/var/lib/postgresql/18/docker
- postgres-data:/var/lib/postgresql
environment:
POSTGRES_DB: kestra
POSTGRES_USER: kestra