Merge pull request #2 from Huskydog9988/patch-1

Users shouldn't be setting data dir paths
This commit is contained in:
DecDuck
2025-05-30 06:54:44 +10:00
committed by GitHub
-2
View File
@@ -36,8 +36,6 @@ services:
- ./data:/data
environment:
- DATABASE_URL=postgres://drop:drop@postgres:5432/drop
- DATA=/data
- LIBRARY=/library
```
**The main things in this `compose.yaml` is the volumes attached to the `drop` service:**