Fix compose.yaml pg volumes mount

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-12 16:20:42 +04:00
parent 8d2b361890
commit 89e35af703

View File

@@ -10,7 +10,7 @@ services:
- "5432:5432"
volumes:
- "./compose/postgres:/docker-entrypoint-initdb.d:ro"
- "postgres-data:/var/lib/postgresql/data:rw"
- "postgres-data:/var/lib/postgresql:rw"
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"