diff options
author | Christoph Geschwind <christophgeschwind@gmail.com> | 2020-03-21 12:26:31 +0100 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-03-21 12:31:01 +0100 |
commit | 5a390259b24cb7a4350a0c95380bd362e4542d83 (patch) | |
tree | 7dc29d65faaf24e6ea1b4128bb60c2a432732b95 | |
parent | cf5d7d9d942a13b0a55427367740885defc26469 (diff) | |
download | PeerTube-5a390259b24cb7a4350a0c95380bd362e4542d83.tar.gz PeerTube-5a390259b24cb7a4350a0c95380bd362e4542d83.tar.zst PeerTube-5a390259b24cb7a4350a0c95380bd362e4542d83.zip |
Change raw.github.com to raw.githubusercontent.com
```
> GET /Chocobozzz/PeerTube/master/support/docker/production/.env HTTP/1.1
> Host: raw.github.com
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Location: https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/docker/production/.env
```
-rw-r--r-- | support/doc/docker.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index 99aa688a9..c599af0f9 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -28,7 +28,7 @@ mkdir -p ./docker-volume/traefik | |||
28 | #### Get the latest reverse proxy configuration | 28 | #### Get the latest reverse proxy configuration |
29 | 29 | ||
30 | ```shell | 30 | ```shell |
31 | curl https://raw.github.com/chocobozzz/PeerTube/master/support/docker/production/config/traefik.toml > ./docker-volume/traefik/traefik.toml | 31 | curl https://raw.githubusercontent.com/chocobozzz/PeerTube/master/support/docker/production/config/traefik.toml > ./docker-volume/traefik/traefik.toml |
32 | ``` | 32 | ``` |
33 | 33 | ||
34 | View the source of the file you're about to download: [traefik.toml](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/config/traefik.toml) | 34 | View the source of the file you're about to download: [traefik.toml](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/config/traefik.toml) |
@@ -46,7 +46,7 @@ chmod 600 ./docker-volume/traefik/acme.json | |||
46 | #### Get the latest Compose file | 46 | #### Get the latest Compose file |
47 | 47 | ||
48 | ```shell | 48 | ```shell |
49 | curl https://raw.github.com/chocobozzz/PeerTube/master/support/docker/production/docker-compose.yml > docker-compose.yml | 49 | curl https://raw.githubusercontent.com/chocobozzz/PeerTube/master/support/docker/production/docker-compose.yml > docker-compose.yml |
50 | ``` | 50 | ``` |
51 | 51 | ||
52 | View the source of the file you're about to download: [docker-compose.yml](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/docker-compose.yml) | 52 | View the source of the file you're about to download: [docker-compose.yml](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/docker-compose.yml) |
@@ -55,7 +55,7 @@ View the source of the file you're about to download: [docker-compose.yml](https | |||
55 | #### Get the latest env_file | 55 | #### Get the latest env_file |
56 | 56 | ||
57 | ```shell | 57 | ```shell |
58 | curl https://raw.github.com/Chocobozzz/PeerTube/master/support/docker/production/.env > .env | 58 | curl https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/docker/production/.env > .env |
59 | ``` | 59 | ``` |
60 | 60 | ||
61 | View the source of the file you're about to download: [.env](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/.env) | 61 | View the source of the file you're about to download: [.env](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/.env) |