Skip to content

Commit

Permalink
doc: fix image reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maeb committed Apr 18, 2024
1 parent baada66 commit f9e8bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ These files must be placed directly under the `/root` folder using either
overlays at runtime or by building your own image:

```Dockerfile
FROM github.com/nlnwa/solrwayback-adaption:latest
FROM ghcr.io/nlnwa/solrwayback:latest

COPY solrwayback.properties solrwaybackweb.properties /root
```

### Warc indexer

```shell
$ docker run ghcr.io/nlnwa/warc-indexer -h
$ docker run ghcr.io/nlnwa/warc-indexer -h

warc-indexer.sh

Expand Down

0 comments on commit f9e8bd6

Please sign in to comment.