diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-11 09:57:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-11 09:57:25 +0100 |
commit | fec2ffc4a27d826c442f3c18a9eb6e3e2f43f9b8 (patch) | |
tree | 1394ff94008002b9d1def42fa2d769c6f551b89d /support/doc/docker.md | |
parent | a1b407749516aa7456886195d2712471045c8348 (diff) | |
download | PeerTube-fec2ffc4a27d826c442f3c18a9eb6e3e2f43f9b8.tar.gz PeerTube-fec2ffc4a27d826c442f3c18a9eb6e3e2f43f9b8.tar.zst PeerTube-fec2ffc4a27d826c442f3c18a9eb6e3e2f43f9b8.zip |
Better docker test doc
Diffstat (limited to 'support/doc/docker.md')
-rw-r--r-- | support/doc/docker.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index 05050801e..2249d14c4 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -8,15 +8,15 @@ For this example configuration, you should also run a reverse proxy. The example | |||
8 | Docker Compose file provides example labels for the Traefik load balancer, | 8 | Docker Compose file provides example labels for the Traefik load balancer, |
9 | though any HTTP reverse proxy is compatible. | 9 | though any HTTP reverse proxy is compatible. |
10 | 10 | ||
11 | Example for running a peertube server locally: | 11 | Example for running a PeerTube server locally: |
12 | 12 | ||
13 | ```bash | 13 | ```bash |
14 | wget https://framagit.org/chocobozzz/PeerTube/raw/develop/support/docker/production/docker-compose.yml | 14 | $ wget https://github.com/chocobozzz/PeerTube/raw/develop/support/docker/production/docker-compose.yml |
15 | sudo \ | 15 | $ sudo \ |
16 | PEERTUBE_HOSTNAME=peertube.lvh.me \ | 16 | PEERTUBE_HOSTNAME=peertube.lvh.me \ |
17 | PEERTUBE_ADMIN_EMAIL=test@example.com \ | 17 | PEERTUBE_ADMIN_EMAIL=test@example.com \ |
18 | PEERTUBE_TRANSCODING_ENABLED=true \ | 18 | PEERTUBE_TRANSCODING_ENABLED=true \ |
19 | docker-compose up app | 19 | docker-compose up app |
20 | ``` | 20 | ``` |
21 | 21 | ||
22 | (Get the initial root user password from the program output.) | 22 | (Get the initial root user password from the program output.) |