mirror of https://github.com/Chocobozzz/PeerTube
Update changelog for docker ipv6
parent
ccfd57e349
commit
6d5a077b26
|
@ -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`
|
* 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 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
|
### Maintenance
|
||||||
|
|
||||||
* Reduce error and warning logs generated by clients and the federation
|
* Reduce error and warning logs generated by clients and the federation
|
||||||
|
|
Loading…
Reference in New Issue