From: Chocobozzz Date: Thu, 28 Jun 2018 13:25:39 +0000 (+0200) Subject: Add warning regarding the domain name for docker install X-Git-Tag: v1.0.0-beta.10.pre.1~119 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6454845e2f7c44fdc6d4973c4b3daa9969ffab23;p=oweals%2Fpeertube.git Add warning regarding the domain name for docker install --- diff --git a/support/doc/docker.md b/support/doc/docker.md index ddf4ad25d..087961802 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.