mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Fix wget docker-compose.community.yml
Use raw.githubusercontent.com
This commit is contained in:
parent
9ae078bd3d
commit
d65a1aa9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue