aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/docker.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md
index c20746486..7b2d867a0 100644
--- a/support/doc/docker.md
+++ b/support/doc/docker.md
@@ -59,6 +59,8 @@ See the production guide ["What now" section](/support/doc/production.md#what-no
59 59
60### Upgrade 60### Upgrade
61 61
62**Important:** Before upgrading, check you have all the `storage` fields in your [production.yaml file](/support/docker/production/config/production.yaml).
63
62Pull the latest images and rerun PeerTube: 64Pull the latest images and rerun PeerTube:
63 65
64```shell 66```shell
@@ -67,7 +69,6 @@ $ docker-compose pull
67$ docker-compose up -d 69$ docker-compose up -d
68``` 70```
69 71
70
71## Build your own Docker image 72## Build your own Docker image
72 73
73```shell 74```shell