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

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