mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-07-01 10:40:12 -04:00
Merge pull request #2 from Huskydog9988/patch-1
Users shouldn't be setting data dir paths
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user