Fixed deluge download volume bug.

This commit is contained in:
Chao 2023-10-24 22:49:57 +02:00
parent 6211160575
commit 44f26faa6e

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: