X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdocker.md;h=2249d14c472cd14520998dc9ea2699fc86195c22;hb=2e3a0215d051dca1f7c8ef423564c8d37a255f77;hp=05050801e65c9a898ca10896afd42a503d20fc18;hpb=7f456189b71b1b0dda962e583d2119cfd4aa1af9;p=github%2FChocobozzz%2FPeerTube.git 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 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 -wget https://framagit.org/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 +$ 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.)