From 5a1e48482e1f41ec7ecb8203bb7c7a0da941f554 Mon Sep 17 00:00:00 2001 From: Leopere <1068374+Leopere@users.noreply.github.com> Date: Mon, 14 Oct 2019 20:46:33 -0400 Subject: [PATCH] Link back to the source for the curl'd files. Just for those of us who don't want to dig a lot but want to dig a little. --- support/doc/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/support/doc/docker.md b/support/doc/docker.md index 7b2d867a0..39283be85 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md @@ -21,6 +21,7 @@ $ curl "https://raw.githubusercontent.com/chocobozzz/PeerTube/master/support/doc $ touch ./docker-volume/traefik/acme.json && chmod 600 ./docker-volume/traefik/acme.json $ curl -s "https://raw.githubusercontent.com/chocobozzz/PeerTube/master/support/docker/production/docker-compose.yml" -o docker-compose.yml "https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/docker/production/.env" -o .env ``` +View the source of the files you're about to download: [docker-compose.yml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml) and the [traefik.toml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/traefik.toml) Update the reverse proxy configuration: -- 2.41.0