aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-19 11:42:00 +0200
committerChocobozzz <me@florianbigard.com>2023-07-19 11:42:00 +0200
commit4f8b6236689a41dace15701a41954864f33dec9b (patch)
tree14c23de6922ee2a87684e1fa9362156037876ea1 /support/docker/production
parentd430862f00f04e0831bcb4b3e188aad0fd8c45d1 (diff)
downloadPeerTube-4f8b6236689a41dace15701a41954864f33dec9b.tar.gz
PeerTube-4f8b6236689a41dace15701a41954864f33dec9b.tar.zst
PeerTube-4f8b6236689a41dace15701a41954864f33dec9b.zip
Add missing storyboard directory to docker
Diffstat (limited to 'support/docker/production')
-rw-r--r--support/docker/production/config/production.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index 9c9581e40..bde837e60 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -53,6 +53,7 @@ storage:
53 logs: '../data/logs/' 53 logs: '../data/logs/'
54 previews: '../data/previews/' 54 previews: '../data/previews/'
55 thumbnails: '../data/thumbnails/' 55 thumbnails: '../data/thumbnails/'
56 storyboards: '../data/storyboards/'
56 torrents: '../data/torrents/' 57 torrents: '../data/torrents/'
57 captions: '../data/captions/' 58 captions: '../data/captions/'
58 cache: '../data/cache/' 59 cache: '../data/cache/'