Merge branch 'patch-1' into 'develop'

`docker-compose up app` need a docker-compose.yml file in current folder to work.

See merge request chocobozzz/PeerTube!3
pull/333/head
Chocobozzz 2018-03-11 09:52:19 +01:00
commit 2bd01b6fa7
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ though any HTTP reverse proxy is compatible.
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 \