X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdocker.md;h=7b2d867a0dd8cd088dc969647c2610de6e21f6f3;hb=5f189c9c85449951254646ddf6cd6c84bc4c06ff;hp=08796180292d63917eef8dd7ebfd78a09817aae0;hpb=6454845e2f7c44fdc6d4973c4b3daa9969ffab23;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/docker.md b/support/doc/docker.md index 087961802..7b2d867a0 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md @@ -53,18 +53,22 @@ $ docker-compose up **Important**: note that you'll get the initial `root` user password from the program output, so check out your logs to find them. +### What now? + +See the production guide ["What now" section](/support/doc/production.md#what-now). + ### 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