diff options
author | Alejandro <alejandro@criadoperez.com> | 2023-08-24 10:30:24 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-08-28 16:20:36 +0200 |
commit | d6aeed435926c96c98d57a096bfd343c4a01f013 (patch) | |
tree | e5f3831fb4611b4e9f65f130f2c3c236048e582b /CHANGELOG.md | |
parent | 77b70702d2193d78bf6fbd07f0fc7335e34957f8 (diff) | |
download | PeerTube-d6aeed435926c96c98d57a096bfd343c4a01f013.tar.gz PeerTube-d6aeed435926c96c98d57a096bfd343c4a01f013.tar.zst PeerTube-d6aeed435926c96c98d57a096bfd343c4a01f013.zip |
Corrected storage tmp location
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 966d7426f..4046cdd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | * **Important** Remove NodeJS 14 support | 7 | * **Important** Remove NodeJS 14 support |
8 | * **Important** You must update your nginx configuration to support remote runners: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L101 | 8 | * **Important** You must update your nginx configuration to support remote runners: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L101 |
9 | * Add `storage.tmp_persistent` directory in configuration file. **You must configure it in your production.yaml**: https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L128 | 9 | * Add `storage.tmp_persistent` directory in configuration file. **You must configure it in your production.yaml**: https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L148 |
10 | * PeerTube requires **Docker Compose >= v2** for Docker compose installation | 10 | * PeerTube requires **Docker Compose >= v2** for Docker compose installation |
11 | 11 | ||
12 | ### Maintenance | 12 | ### Maintenance |