fix: typo

This commit is contained in:
Marc 2022-12-03 15:24:47 -05:00
parent 9e996c41e1
commit fdd73a56db
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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