Add warning regarding config upgrade in docker.md
This commit is contained in:
parent
d06caf3e67
commit
e359e88b08
|
@ -59,6 +59,8 @@ See the production guide ["What now" section](/support/doc/production.md#what-no
|
||||||
|
|
||||||
### Upgrade
|
### 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:
|
Pull the latest images and rerun PeerTube:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
@ -67,7 +69,6 @@ $ docker-compose pull
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Build your own Docker image
|
## Build your own Docker image
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue