diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3968638..0aa732161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ * Classic installation: `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-6.3.js` * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-6.3.js` +### Docker + + * Fix IPV6 configuration. You must update your [`docker-compose.yml` file](https://github.com/Chocobozzz/PeerTube/commit/ccfd57e349c8bed557d6a60007f92f45d40879e3): + * Remove `version:` line + * Add `ipv6_address` to `peertube.networks.default` key + * Update `network` top level key content + ### Maintenance * Reduce error and warning logs generated by clients and the federation