aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-29 11:23:38 +0100
committerChocobozzz <me@florianbigard.com>2018-01-29 11:23:38 +0100
commit4df6a1b8e1ec98355667cb872511d27035bfaf5a (patch)
tree5fc9c52b2f65f7de3844c8c9599aa9d9fb51ad5c /README.md
parent2fe8692797ec8da890a6f954e6c850abc0dbf7e4 (diff)
downloadPeerTube-4df6a1b8e1ec98355667cb872511d27035bfaf5a.tar.gz
PeerTube-4df6a1b8e1ec98355667cb872511d27035bfaf5a.tar.zst
PeerTube-4df6a1b8e1ec98355667cb872511d27035bfaf5a.zip
Move docker do in support/doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 2 insertions, 18 deletions
diff --git a/README.md b/README.md
index 202d6680d..f3a754d54 100644
--- a/README.md
+++ b/README.md
@@ -141,27 +141,11 @@ BitTorrent) inside the web browser, as of today.
141 141
142## Run using Docker 142## Run using Docker
143 143
144You can quickly get a server running using Docker. You need to have [docker](https://www.docker.com/community-edition) and [docker-compose](https://docs.docker.com/compose/install/) installed. 144See the [docker guide](/support/doc/docker.md)
145
146For this example configuration, you should also run a reverse proxy. The example
147Docker Compose file provides example labels for the Traefik load balancer,
148though any HTTP reverse proxy is compatible.
149
150Example for running a peertube server locally:
151
152```bash
153sudo \
154 PEERTUBE_HOSTNAME=peertube.lvh.me \
155 PEERTUBE_ADMIN_EMAIL=test@example.com \
156 PEERTUBE_TRANSCODING_ENABLED=true \
157 docker-compose up app
158```
159
160(Get the initial root user password from the program output.)
161 145
162## Production 146## Production
163 147
164See the [production guide](support/doc/production.md). 148See the [production guide](/support/doc/production.md).
165 149
166## Contributing 150## Contributing
167 151