fix: typo
This commit is contained in:
parent
9e996c41e1
commit
fdd73a56db
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ services:
|
|||
environment:
|
||||
- TZ=America/Toronto
|
||||
volumes:
|
||||
- ${DOWNLOADS_ROOT}:/config
|
||||
- ${CONFIG_ROOT}:/downloads
|
||||
- ${CONFIG_ROOT}:/config
|
||||
- ${DOWNLOADS_ROOT}:/downloads
|
||||
- ${COMPLETED_DOWNLOADS_ROOT}:/complete
|
||||
ports:
|
||||
- 8112:8112
|
||||
|
|
Reference in a new issue