diff options
author | Leopere <1068374+Leopere@users.noreply.github.com> | 2019-10-14 20:46:33 -0400 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-18 16:54:56 +0200 |
commit | 5a1e48482e1f41ec7ecb8203bb7c7a0da941f554 (patch) | |
tree | da01df02f053cb2c606a5fc15efd969da28db410 /support | |
parent | 39a26b2e415a0b665828c043bbf115e97c9f2efc (diff) | |
download | PeerTube-5a1e48482e1f41ec7ecb8203bb7c7a0da941f554.tar.gz PeerTube-5a1e48482e1f41ec7ecb8203bb7c7a0da941f554.tar.zst PeerTube-5a1e48482e1f41ec7ecb8203bb7c7a0da941f554.zip |
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.
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/docker.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
21 | $ touch ./docker-volume/traefik/acme.json && chmod 600 ./docker-volume/traefik/acme.json | 21 | $ touch ./docker-volume/traefik/acme.json && chmod 600 ./docker-volume/traefik/acme.json |
22 | $ 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 | 22 | $ 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 |
23 | ``` | 23 | ``` |
24 | 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) | ||
24 | 25 | ||
25 | Update the reverse proxy configuration: | 26 | Update the reverse proxy configuration: |
26 | 27 | ||