From 0a0e0d082f778fca86ab73313c130ef92b5f840d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 Jan 2021 09:52:14 +0100 Subject: Fix docker nginx container if peertube restarts --- support/doc/docker.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'support/doc/docker.md') diff --git a/support/doc/docker.md b/support/doc/docker.md index 36da94f55..e9315293f 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md @@ -63,8 +63,6 @@ intuited from usage. Install the template that the nginx container will use. The container will generate the configuration by replacing `${WEBSERVER_HOST}` and `${PEERTUBE_HOST}` using your docker compose env file. -It will also generate a TLS certificate at startup and schedule a renew - ```shell mkdir -p docker-volume/nginx curl https://raw.githubusercontent.com/Chocobozzz/PeerTube/develop/support/nginx/peertube > docker-volume/nginx/peertube @@ -77,7 +75,7 @@ mkdir -p docker-volume/certbot docker run -it --rm --name certbot -p 80:80 -v "$(pwd)/docker-volume/certbot/conf:/etc/letsencrypt" certbot/certbot certonly --standalone ``` -The docker-compose will automatically renew this certificate and reload nginx. +A dedicated container in the docker-compose will automatically renew this certificate and reload nginx. #### Test your setup -- cgit v1.2.3