Fix wget docker-compose.community.yml

Use raw.githubusercontent.com
This commit is contained in:
Kamil Kisiela 2022-10-12 13:05:41 +02:00 committed by GitHub
parent 9ae078bd3d
commit d65a1aa9ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ Please make sure to install the Docker daemon as well as `docker-compose` on you
First download the `docker-compose.community.yml` file from the [GitHub repository](https://github.com/kamilkisiela/graphql-hive/blob/main/docker-compose.community.yml) using `wget`.
```bash
wget https://github.com/kamilkisiela/graphql-hive/blob/main/docker-compose.community.yml
wget https://raw.githubusercontent.com/kamilkisiela/graphql-hive/main/docker-compose.community.yml
```
After downloading the file, you need to set some environment variables.