fix: Use absolute path for DATABASE_URL to avoid working directory issues
This commit is contained in:
@@ -8,5 +8,5 @@ services:
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- DATABASE_URL=file:./data/dev.db
|
||||
- DATABASE_URL=file:/app/data/dev.db
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user