aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-20 11:25:02 +0200
committerChocobozzz <me@florianbigard.com>2023-07-20 11:26:33 +0200
commit4e5da193d0ef69f7fc0ee1e7eb14f03de4d7a938 (patch)
treeb3400b48cdced3d3d47a1879b5bb73ed79e74c8b
parent8a9d247105ffd8761652f20cd431e890268fd11a (diff)
downloadPeerTube-4e5da193d0ef69f7fc0ee1e7eb14f03de4d7a938.tar.gz
PeerTube-4e5da193d0ef69f7fc0ee1e7eb14f03de4d7a938.tar.zst
PeerTube-4e5da193d0ef69f7fc0ee1e7eb14f03de4d7a938.zip
Keep old docker path for web videos
Avoid breaking existing peertube instances on upgrade
-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 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/'