diff --git a/packages/web/docs/pages/self-hosting/get-started.mdx b/packages/web/docs/pages/self-hosting/get-started.mdx index 9f31ca111..81e7ef0cc 100644 --- a/packages/web/docs/pages/self-hosting/get-started.mdx +++ b/packages/web/docs/pages/self-hosting/get-started.mdx @@ -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.