]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/docker.md
Add short description in config
[github/Chocobozzz/PeerTube.git] / support / doc / docker.md
index 8ae77902fd5f16626d826d944ad32050e8593fc0..2249d14c472cd14520998dc9ea2699fc86195c22 100644 (file)
@@ -8,14 +8,15 @@ For this example configuration, you should also run a reverse proxy. The example
 Docker Compose file provides example labels for the Traefik load balancer,
 though any HTTP reverse proxy is compatible.
 
 Docker Compose file provides example labels for the Traefik load balancer,
 though any HTTP reverse proxy is compatible.
 
-Example for running a peertube server locally:
+Example for running a PeerTube server locally:
 
 ```bash
 
 ```bash
-sudo \
-  PEERTUBE_HOSTNAME=peertube.lvh.me \
-  PEERTUBE_ADMIN_EMAIL=test@example.com \
-  PEERTUBE_TRANSCODING_ENABLED=true \
-  docker-compose up app
+$ wget https://github.com/chocobozzz/PeerTube/raw/develop/support/docker/production/docker-compose.yml
+$ sudo \
+    PEERTUBE_HOSTNAME=peertube.lvh.me \
+    PEERTUBE_ADMIN_EMAIL=test@example.com \
+    PEERTUBE_TRANSCODING_ENABLED=true \
+    docker-compose up app
 ```
 
 (Get the initial root user password from the program output.)
 ```
 
 (Get the initial root user password from the program output.)