aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-06-08 11:45:03 +0200
committerRigel Kent <sendmemail@rigelk.eu>2021-06-08 11:45:03 +0200
commit37ede348bb553d7065e919a1fc20039f49d395b7 (patch)
treedb1b89eadd34a33ca50a1b8bb9f760d85760000e /support/docker
parent318b0bd0c2ff575f35d51d97327f77abfecd6b86 (diff)
downloadPeerTube-37ede348bb553d7065e919a1fc20039f49d395b7.tar.gz
PeerTube-37ede348bb553d7065e919a1fc20039f49d395b7.tar.zst
PeerTube-37ede348bb553d7065e919a1fc20039f49d395b7.zip
(doc) add note in config that tmp is also used while processing
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/config/production.yaml2
1 files changed, 1 insertions, 1 deletions
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:
43 43
44# From the project root directory 44# From the project root directory
45storage: 45storage:
46 tmp: '../data/tmp/' 46 tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
47 avatars: '../data/avatars/' 47 avatars: '../data/avatars/'
48 videos: '../data/videos/' 48 videos: '../data/videos/'
49 streaming_playlists: '../data/streaming-playlists' 49 streaming_playlists: '../data/streaming-playlists'