aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-21 15:05:44 +0100
committerChocobozzz <me@florianbigard.com>2019-02-21 15:05:44 +0100
commite359e88b08476041c3c52db02fb3ca4e5ee296ea (patch)
tree920390bcab9aa768752b2c20b0a1afff0b400bfa /support/doc
parentd06caf3e676a52de4595dc3d6177ee8348de1717 (diff)
downloadPeerTube-e359e88b08476041c3c52db02fb3ca4e5ee296ea.tar.gz
PeerTube-e359e88b08476041c3c52db02fb3ca4e5ee296ea.tar.zst
PeerTube-e359e88b08476041c3c52db02fb3ca4e5ee296ea.zip
Add warning regarding config upgrade in docker.md
Diffstat (limited to 'support/doc')
-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