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:
|
environment:
|
||||||
- TZ=America/Toronto
|
- TZ=America/Toronto
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOWNLOADS_ROOT}:/config
|
- ${CONFIG_ROOT}:/config
|
||||||
- ${CONFIG_ROOT}:/downloads
|
- ${DOWNLOADS_ROOT}:/downloads
|
||||||
- ${COMPLETED_DOWNLOADS_ROOT}:/complete
|
- ${COMPLETED_DOWNLOADS_ROOT}:/complete
|
||||||
ports:
|
ports:
|
||||||
- 8112:8112
|
- 8112:8112
|
||||||
|
|
Reference in a new issue