]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/docker.md
Bumped to version v1.2.1
[github/Chocobozzz/PeerTube.git] / support / doc / docker.md
index 08796180292d63917eef8dd7ebfd78a09817aae0..c20746486413b0e122c714bf46825df491c5ea8a 100644 (file)
@@ -53,13 +53,16 @@ $ 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
 
 Pull the latest images and rerun PeerTube:
 
 ```shell
 $ cd /your/peertube/directory
-$ docker-compose down
 $ docker-compose pull
 $ docker-compose up -d
 ```