]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/docker.md
Bumped to version v3.0.1
[github/Chocobozzz/PeerTube.git] / support / doc / docker.md
index 40fc1f5fa034d2c1d2b2800013f9adad4051e2ee..9be5c5a82bdb3a93eac0238ae7dc8bd4395df229 100644 (file)
@@ -123,11 +123,22 @@ See the production guide ["What now" section](https://docs.joinpeertube.org/inst
 
 **Important:** Before upgrading, check you have all the `storage` fields in your [production.yaml file](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml).
 
-Pull the latest images and rerun PeerTube:
+Pull the latest images:
 
 ```shell
 $ cd /your/peertube/directory
 $ docker-compose pull
+```
+
+Stop, delete the containers and internal volumes (to invalidate static client files shared by `peertube` and `webserver` containers):
+
+```shell
+$ docker-compose down -v
+```
+
+Rerun PeerTube:
+
+```shell
 $ docker-compose up -d
 ```