Skip to content

Commit 396eed4

Browse files
davegallantsalemhilal
authored andcommitted
Update README to use ghcr.io
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
1 parent 26eee07 commit 396eed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ A complete list of available config options can be found [here](docs/config-opti
5656

5757
### Using Docker (1.4+)
5858

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

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

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

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

0 commit comments

Comments
 (0)