Update docker-compose.yml
Co-authored-by: Nathan Isaac <nathanjisaac@users.noreply.github.com>
This commit is contained in:
parent
2acc034fc1
commit
6d52cc7c73
1 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "5006:5006"
|
- "5006:5006"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./server-files:/app/server-files
|
||||||
|
- ./user-files:/app/user-files
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue