diff options
-rw-r--r-- | support/doc/docker.md | 1 |
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 | ||
132 | Stop, delete the containers and internal volumes (to invalidate static client files shared by `peertube` and `webserver` containers): | 133 | Stop, delete the containers and internal volumes (to invalidate static client files shared by `peertube` and `webserver` containers): |
133 | 134 | ||