diff options
author | Moritz Warning <moritzwarning@web.de> | 2020-02-16 23:10:12 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-16 23:22:23 +0100 |
commit | fa62543c3125e1a3c0a1cfbfa9c62f738ebb1498 (patch) | |
tree | cf85cdf0bc01d66787cd13f8b9b90c1fa6b9e952 /support | |
parent | c4be50cd94cd12f91f2ed2fe5c3ed64c7b787fd7 (diff) | |
download | PeerTube-fa62543c3125e1a3c0a1cfbfa9c62f738ebb1498.tar.gz PeerTube-fa62543c3125e1a3c0a1cfbfa9c62f738ebb1498.tar.zst PeerTube-fa62543c3125e1a3c0a1cfbfa9c62f738ebb1498.zip |
fix markdown link (#2504)
(doc) fix markdown link in docker.md
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/docker.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index d7059d285..b251329d0 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -21,8 +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) and the [.env] | 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) and the [.env](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env) |
25 | (https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env) | ||
26 | 25 | ||
27 | Update the reverse proxy configuration: | 26 | Update the reverse proxy configuration: |
28 | 27 | ||