Merge pull request #682 from leonhartyao/fix-deluge-download-issue

Fixed deluge download volume bug.
This commit is contained in:
David Stephens 2023-11-19 09:08:05 +00:00 committed by GitHub
commit ce9768864a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
pull: true
volumes:
- "{{ deluge_config_directory }}:/config:rw"
- "{{ deluge_download_directory }}:/root/Downloads:rw"
- "{{ deluge_download_directory }}:/downloads:rw"
ports:
- "{{ deluge_port }}:8112"
env: