Update README.md
Updated example compose, to properly show internal folder pointing to /app/data, not /data.
This commit is contained in:
parent
6f920f3f0d
commit
f34ad94ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/app/data
|
||||||
```
|
```
|
||||||
|
|
||||||
This project is currently only setup to be a Single User instance, no login/account system currently
|
This project is currently only setup to be a Single User instance, no login/account system currently
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue