]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - README.md
Upgrade server dependencies
[github/Chocobozzz/PeerTube.git] / README.md
index 202d6680de52f714445628c51d48f5cb3fb3e0bb..f3a754d54652ae5b2ba6296af5084ab86697845e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -141,27 +141,11 @@ BitTorrent) inside the web browser, as of today.
 
 ## Run using Docker
 
-You 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.
-
-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:
-
-```bash
-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.)
+See the [docker guide](/support/doc/docker.md)
 
 ## Production
 
-See the [production guide](support/doc/production.md).
+See the [production guide](/support/doc/production.md).
 
 ## Contributing