X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdocker.md;h=7b2d867a0dd8cd088dc969647c2610de6e21f6f3;hb=345da516fae80f24c90c2196e96393b489af2243;hp=cab336344623167effa3b396a68d026c6f47f212;hpb=57c36b277e68b764dd34cb2e449f6e2ca3d1e9b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/docker.md b/support/doc/docker.md index cab336344..7b2d867a0 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md @@ -59,16 +59,16 @@ See the production guide ["What now" section](/support/doc/production.md#what-no ### Upgrade +**Important:** Before upgrading, check you have all the `storage` fields in your [production.yaml file](/support/docker/production/config/production.yaml). + Pull the latest images and rerun PeerTube: ```shell $ cd /your/peertube/directory -$ docker-compose down $ docker-compose pull $ docker-compose up -d ``` - ## Build your own Docker image ```shell