diff options
-rw-r--r-- | support/docker/production/config/production.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index bde837e60..046301a1e 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -47,7 +47,7 @@ storage: | |||
47 | tmp_persistent: '../data/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts | 47 | tmp_persistent: '../data/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts |
48 | bin: '../data/bin/' | 48 | bin: '../data/bin/' |
49 | avatars: '../data/avatars/' | 49 | avatars: '../data/avatars/' |
50 | web_videos: '../data/web-videos/' | 50 | web_videos: '../data/videos/' # Keep legacy "videos" directory name to not break existing PeerTube instances on upgrade |
51 | streaming_playlists: '../data/streaming-playlists' | 51 | streaming_playlists: '../data/streaming-playlists' |
52 | redundancy: '../data/redundancy/' | 52 | redundancy: '../data/redundancy/' |
53 | logs: '../data/logs/' | 53 | logs: '../data/logs/' |