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
This commit is contained in:
commit
2bd01b6fa7
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue