X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdocker.md;h=cab336344623167effa3b396a68d026c6f47f212;hb=bb5d90e62f631af3c899fbe586485e64938a5927;hp=1485e7e856bde6724826b6c780efd442bf3e5940;hpb=f83e339b82b00faeb61ee8bebf720fbaebc367a6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/docker.md b/support/doc/docker.md index 1485e7e85..cab336344 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. @@ -29,7 +31,7 @@ $ vim ./docker-volume/traefik/traefik.toml Tweak the `docker-compose.yml` file there according to your needs: ```shell -$ vim ./docker-compose.yaml +$ vim ./docker-compose.yml ``` Then tweak the `.env` file to change the enviromnent variables: @@ -51,6 +53,10 @@ $ 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: