1
0
Fork 0

Add docker upgrade steps for nginx config

This commit is contained in:
Chocobozzz 2024-03-11 11:43:49 +01:00
parent 6250e4ab1d
commit 23aafafd1e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 0 deletions

View File

@ -152,6 +152,13 @@ Stop, delete the containers and internal volumes (to invalidate static client fi
docker compose down -v
```
Update the nginx configuration:
```shell
mv docker-volume/nginx/peertube docker-volume/nginx/peertube.bak
curl https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/nginx/peertube > docker-volume/nginx/peertube
```
Rerun PeerTube:
```shell