From 4df6a1b8e1ec98355667cb872511d27035bfaf5a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Jan 2018 11:23:38 +0100 Subject: Move docker do in support/doc --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'README.md') 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. ## 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 -- cgit v1.2.3