Skip to content

Commit

Permalink
Update README to use ghcr.io
Browse files Browse the repository at this point in the history
Currently, the README suggests running an outdated version of hound. There's been a lot of good work done in the past [3 years](https://hub.docker.com/r/etsy/hound/tags).

The container registry was updated in #401
  • Loading branch information
davegallant authored and salemhilal committed Jan 19, 2022
1 parent 26eee07 commit 396eed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ A complete list of available config options can be found [here](docs/config-opti

### Using Docker (1.4+)

0. [Install the docker](https://docs.docker.com/get-docker/) if you don't have it. We need at least `Docker >= 1.14`.
0. [Install docker](https://docs.docker.com/get-docker/) if you don't have it. We need at least `Docker >= 1.14`.

1. Create a config.json file and use it to list your repositories. Check out our [example-config.json](config-example.json)
to see how to set up various types of repositories. For example, we can configure Hound to search its own source code using
the config found in [default-config.json](default-config.json).

2. Run
2. Run
```
docker run -d -p 6080:6080 --name hound -v $(pwd):/data etsy/hound
docker run -d -p 6080:6080 --name hound -v $(pwd):/data ghcr.io/hound-search/hound
```

You should be able to navigate to [http://localhost:6080/](http://localhost:6080/) as usual.
Expand Down

0 comments on commit 396eed4

Please sign in to comment.