From 37ede348bb553d7065e919a1fc20039f49d395b7 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 8 Jun 2021 11:45:03 +0200 Subject: (doc) add note in config that tmp is also used while processing --- support/docker/production/config/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/docker') diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 5cb39e268..8c8f8d6bc 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -43,7 +43,7 @@ redis: # From the project root directory storage: - tmp: '../data/tmp/' + tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... avatars: '../data/avatars/' videos: '../data/videos/' streaming_playlists: '../data/streaming-playlists' -- cgit v1.2.3