X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdocker.md;h=c20746486413b0e122c714bf46825df491c5ea8a;hb=1fd12c7cfa636d046d9f77293ad1d958763f67da;hp=ddf4ad25daa0376aaeb2c5aac4c88df3cf0f4bb3;hpb=52be30763fcab12b52d6a52d2c48b3caabb7e9f1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/docker.md b/support/doc/docker.md index ddf4ad25d..c20746486 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md @@ -8,6 +8,8 @@ You can quickly get a server running using Docker. You need to have ### Install +**PeerTube does not support webserver host change**. Keep in mind your domain name is definitive after your first PeerTube start. + PeerTube needs a PostgreSQL and a Redis instance to work correctly. If you want to quickly set up a full environment, either for trying the service or in production, you can use a `docker-compose` setup. @@ -51,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 ```