1
0
Fork 0

deluge: change config location

This commit is contained in:
Lukáš Kucharczyk 2022-08-29 12:10:56 +02:00
parent 2d40a1ebe6
commit 7f07e886ac
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ services:
- TZ=Europe/Prague - TZ=Europe/Prague
- DELUGE_LOGLEVEL=error #optional - DELUGE_LOGLEVEL=error #optional
volumes: volumes:
- /docker/deluge:/config - /docker/deluge2:/config
- /srv/mergerfs/storage/seed:/seed - /srv/mergerfs/storage/seed:/seed
ports: ports:
- "8112:8112" - "8112:8112"
- "58846:58846" - "58846:58846"
restart: unless-stopped restart: unless-stopped