Remove debug log level for deluge
This commit is contained in:
parent
f878866f10
commit
9ba9593127
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ services:
|
||||||
- PUID={{ docker_user.id }}
|
- PUID={{ docker_user.id }}
|
||||||
- PGID={{ docker_user.id }}
|
- PGID={{ docker_user.id }}
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- DELUGE_LOGLEVEL=debug
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./deluge:/config
|
- ./deluge:/config
|
||||||
- /scratch/deluge:/downloads
|
- /scratch/deluge:/downloads
|
||||||
|
|
Loading…
Reference in a new issue