fix volume for postrges 18 db

This commit is contained in:
2026-03-30 19:20:09 +02:00
parent 16e0c5e3a6
commit 5ec8b93441

View File

@@ -9,7 +9,7 @@ services:
expose:
- "5432"
volumes:
- ./volumes/db/data:/var/lib/postgresql/data:rw
- ./volumes/db/postgresql:/var/lib/postgresql:rw
web:
build: