fixed the clearing issue
This commit is contained in:
+1
-4
@@ -28,7 +28,4 @@ METUBE_PORT=8081
|
|||||||
# --- Download Behavior ---
|
# --- Download Behavior ---
|
||||||
|
|
||||||
# Delete the file from disk when trashed in the UI (true/false)
|
# Delete the file from disk when trashed in the UI (true/false)
|
||||||
METUBE_DELETE_FILE_ON_TRASHCAN=true
|
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
|
|
||||||
@@ -7,7 +7,6 @@ services:
|
|||||||
- PGID=${METUBE_PGID:-1000}
|
- PGID=${METUBE_PGID:-1000}
|
||||||
- UMASK=${METUBE_UMASK:-022}
|
- UMASK=${METUBE_UMASK:-022}
|
||||||
- DELETE_FILE_ON_TRASHCAN=${METUBE_DELETE_FILE_ON_TRASHCAN:-true}
|
- DELETE_FILE_ON_TRASHCAN=${METUBE_DELETE_FILE_ON_TRASHCAN:-true}
|
||||||
- CLEAR_COMPLETED_AFTER=${METUBE_CLEAR_COMPLETED_AFTER:-3600}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${METUBE_DOWNLOAD}:/downloads
|
- ${METUBE_DOWNLOAD}:/downloads
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user