aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-28 15:25:39 +0200
committerChocobozzz <me@florianbigard.com>2018-06-28 15:53:13 +0200
commit6454845e2f7c44fdc6d4973c4b3daa9969ffab23 (patch)
treebc1a6556988dc6f45fcb73e3223ba05c728185bc
parent10e63b6850710a0a6fc35fe029b2efb133654c74 (diff)
downloadPeerTube-6454845e2f7c44fdc6d4973c4b3daa9969ffab23.tar.gz
PeerTube-6454845e2f7c44fdc6d4973c4b3daa9969ffab23.tar.zst
PeerTube-6454845e2f7c44fdc6d4973c4b3daa9969ffab23.zip
Add warning regarding the domain name for docker install
-rw-r--r--support/doc/docker.md2
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
11PeerTube needs a PostgreSQL and a Redis instance to work correctly. If you want 13PeerTube needs a PostgreSQL and a Redis instance to work correctly. If you want
12to quickly set up a full environment, either for trying the service or in 14to quickly set up a full environment, either for trying the service or in
13production, you can use a `docker-compose` setup. 15production, you can use a `docker-compose` setup.