aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/docker.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md
index d09688feb..9be5c5a82 100644
--- a/support/doc/docker.md
+++ b/support/doc/docker.md
@@ -128,6 +128,7 @@ Pull the latest images:
128```shell 128```shell
129$ cd /your/peertube/directory 129$ cd /your/peertube/directory
130$ docker-compose pull 130$ docker-compose pull
131```
131 132
132Stop, delete the containers and internal volumes (to invalidate static client files shared by `peertube` and `webserver` containers): 133Stop, delete the containers and internal volumes (to invalidate static client files shared by `peertube` and `webserver` containers):
133 134