Skip to content

Commit ce5984d

Browse files
authored
Merge pull request #2 from Huskydog9988/patch-1
Users shouldn't be setting data dir paths
2 parents 1532b2a + fb70955 commit ce5984d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/guides/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ services:
3636
- ./data:/data
3737
environment:
3838
- DATABASE_URL=postgres://drop:drop@postgres:5432/drop
39-
- DATA=/data
40-
- LIBRARY=/library
4139
```
4240
4341
**The main things in this `compose.yaml` is the volumes attached to the `drop` service:**

0 commit comments

Comments
 (0)