Skip to content

Commit

Permalink
Add reference to local environment variables in README (#79)
Browse files Browse the repository at this point in the history
* Update README.md
* Changed docker-compose environment suggestion

Changed recommendation to use the local environment variables instead of the docker-compose.yml file
  • Loading branch information
a-hodges authored and howderek committed Feb 27, 2018
1 parent 5647d38 commit ade72c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ Now, to install:
```


2. Configure the following environment variables:
2. Set the following variables in your environment:

```bash
# Most likely required
Expand All @@ -50,7 +50,7 @@ Now, to install:
GHDATA_DEBUG
```

docker-compose will automatically pass the relevant environment variables to the container.
docker-compose will automatically pass the relevant variables from the local environment to the container.


3. Build the container with `docker-compose build`
Expand Down

0 comments on commit ade72c9

Please sign in to comment.