Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philipheinser committed Sep 9, 2015
1 parent 9c9964c commit 5886ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker build --tag ember-lightning .
Then, to serve an ember-cli application run the container:

```shell
docker run --name $APP_NAME --env APP_NAME=$APP_NAME --env REDIS_SERVER=your-redis-server.example.com ember-lightning:latest
docker run --name $APP_NAME --env APP_NAME=$APP_NAME --env REDIS_HOST=your-redis-server.example.com ember-lightning:latest
```

The image responds to these environment variables:
Expand Down

0 comments on commit 5886ca0

Please sign in to comment.