diff --git a/Metube/.env.example b/Metube/.env.example index c445244..3677337 100644 --- a/Metube/.env.example +++ b/Metube/.env.example @@ -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 \ No newline at end of file diff --git a/Metube/docker-compose.yaml b/Metube/docker-compose.yaml index 58d994e..8b75013 100644 --- a/Metube/docker-compose.yaml +++ b/Metube/docker-compose.yaml @@ -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: