diff options
author | xcffl <2216902+xcffl@users.noreply.github.com> | 2020-04-02 19:51:44 +0800 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-04-02 13:55:58 +0200 |
commit | a3188ba7689ba22347c8832548e93f1686e49ea1 (patch) | |
tree | 3c0826a31cd8add419372f87d64cd3930a63dc3d /support | |
parent | a6d5ff7604a3c2a94ff8814e2df7ca7bb2b48634 (diff) | |
download | PeerTube-a3188ba7689ba22347c8832548e93f1686e49ea1.tar.gz PeerTube-a3188ba7689ba22347c8832548e93f1686e49ea1.tar.zst PeerTube-a3188ba7689ba22347c8832548e93f1686e49ea1.zip |
Move streaming-playlists to /data
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/config/production.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 2ac3c8f44..96241f725 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -53,6 +53,7 @@ storage: | |||
53 | captions: '../data/captions/' | 53 | captions: '../data/captions/' |
54 | cache: '../data/cache/' | 54 | cache: '../data/cache/' |
55 | plugins: '../data/plugins/' | 55 | plugins: '../data/plugins/' |
56 | streaming-playlists: '../data/streaming-playlists' | ||
56 | 57 | ||
57 | log: | 58 | log: |
58 | level: 'info' # debug/info/warning/error | 59 | level: 'info' # debug/info/warning/error |