Add warning regarding config upgrade in docker.md

pull/1697/head
Chocobozzz 2019-02-21 15:05:44 +01:00
parent d06caf3e67
commit e359e88b08
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,8 @@ 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
@ -67,7 +69,6 @@ $ docker-compose pull
$ docker-compose up -d
```
## Build your own Docker image
```shell