aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-08 11:54:33 +0100
committerChocobozzz <me@florianbigard.com>2021-01-08 11:54:33 +0100
commit14d3bb9c532b0059f76e1951fc8ae8da2fd4f2d2 (patch)
tree89a4e04adc322ce334656e816b482183d63bf314
parentb826b3398362affce6a1a5a589aa79938fef3021 (diff)
downloadPeerTube-14d3bb9c532b0059f76e1951fc8ae8da2fd4f2d2.tar.gz
PeerTube-14d3bb9c532b0059f76e1951fc8ae8da2fd4f2d2.tar.zst
PeerTube-14d3bb9c532b0059f76e1951fc8ae8da2fd4f2d2.zip
Doc typo
-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