fixed the clearing issue
This commit is contained in:
+1
-4
@@ -28,7 +28,4 @@ METUBE_PORT=8081
|
||||
# --- Download Behavior ---
|
||||
|
||||
# Delete the file from disk when trashed in the UI (true/false)
|
||||
METUBE_DELETE_FILE_ON_TRASHCAN=true
|
||||
|
||||
# Seconds after completion before a finished download is removed from the queue (3600 = 1 hour, 0 = disabled)
|
||||
METUBE_CLEAR_COMPLETED_AFTER=3600
|
||||
METUBE_DELETE_FILE_ON_TRASHCAN=true
|
||||
@@ -7,7 +7,6 @@ services:
|
||||
- PGID=${METUBE_PGID:-1000}
|
||||
- UMASK=${METUBE_UMASK:-022}
|
||||
- DELETE_FILE_ON_TRASHCAN=${METUBE_DELETE_FILE_ON_TRASHCAN:-true}
|
||||
- CLEAR_COMPLETED_AFTER=${METUBE_CLEAR_COMPLETED_AFTER:-3600}
|
||||
volumes:
|
||||
- ${METUBE_DOWNLOAD}:/downloads
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user