Commit 523e0e71 authored by jornh's avatar jornh Committed by Daniel

Update installation.md (#180)

Follow up to PR #178 dropping `-d` we can loose compose down

See https://github.com/lyft/amundsenfrontendlibrary/pull/178#discussion_r288741312
parent 5e374566
......@@ -53,10 +53,6 @@ The following instructions are for setting up a version of Amundsen using Docker
$ python3 example/scripts/sample_data_loader.py
```
5. View UI at [`http://localhost:5000`](http://localhost:5000) and try to search `test`, it should return some result.
6. From where the `docker-amundsen.yml` file is, run the following command when done:
```bash
$ docker-compose -f docker-amundsen.yml down
```
### Verify setup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment