fix: update object storage directory variable in Downloaders service configuration
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- {{ downloaders_data_dir }}/sabnzbd-config:/config
|
||||
- /mnt/object_storage:/storage
|
||||
- {{ object_storage_dir }}:/storage
|
||||
restart: unless-stopped
|
||||
network_mode: "service:gluetun"
|
||||
depends_on:
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- {{ downloaders_data_dir }}/qbit-config:/config
|
||||
- /mnt/object_storage:/storage
|
||||
- {{ object_storage_dir }}:/storage
|
||||
restart: always
|
||||
network_mode: "service:gluetun"
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user