diff options
-rw-r--r-- | support/doc/docker.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
8 | 8 | ||
9 | ### Install | 9 | ### Install |
10 | 10 | ||
11 | **PeerTube does not support webserver host change**. Keep in mind your domain name is definitive after your first PeerTube start. | ||
12 | |||
11 | PeerTube needs a PostgreSQL and a Redis instance to work correctly. If you want | 13 | PeerTube needs a PostgreSQL and a Redis instance to work correctly. If you want |
12 | to quickly set up a full environment, either for trying the service or in | 14 | to quickly set up a full environment, either for trying the service or in |
13 | production, you can use a `docker-compose` setup. | 15 | production, you can use a `docker-compose` setup. |