Fix database path to avoid volume conflicts and update compose

This commit is contained in:
2026-01-12 21:17:19 +01:00
parent 3ba1e59ecf
commit 04c53b2743
2 changed files with 4 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ services:
ports:
- "3000:3000"
volumes:
- ./data:/app/prisma
- ./data:/app/data
restart: always