Better docker test doc

pull/333/head
Chocobozzz 2018-03-11 09:57:25 +01:00
parent a1b4077495
commit fec2ffc4a2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 7 deletions

View File

@ -8,11 +8,11 @@ For this example configuration, you should also run a reverse proxy. The example
Docker Compose file provides example labels for the Traefik load balancer, Docker Compose file provides example labels for the Traefik load balancer,
though any HTTP reverse proxy is compatible. though any HTTP reverse proxy is compatible.
Example for running a peertube server locally: Example for running a PeerTube server locally:
```bash ```bash
wget https://framagit.org/chocobozzz/PeerTube/raw/develop/support/docker/production/docker-compose.yml $ wget https://github.com/chocobozzz/PeerTube/raw/develop/support/docker/production/docker-compose.yml
sudo \ $ sudo \
PEERTUBE_HOSTNAME=peertube.lvh.me \ PEERTUBE_HOSTNAME=peertube.lvh.me \
PEERTUBE_ADMIN_EMAIL=test@example.com \ PEERTUBE_ADMIN_EMAIL=test@example.com \
PEERTUBE_TRANSCODING_ENABLED=true \ PEERTUBE_TRANSCODING_ENABLED=true \