Skip to content

Commit

Permalink
readme: use "docker.io" in image names; 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed May 29, 2024
1 parent 6a94c19 commit 7635823
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "6.0.4",
"version": "6.0.5",
"type": "module",
"bin": {
"db-rest": "./index.js"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ It is recommended that you let `bvg-rest` cache HAFAS responses within a [Redis]

### via Docker

A Docker image [is available as `derhuerst/db-rest:6`](https://hub.docker.com/r/derhuerst/db-rest:6).
A Docker image [is available as `docker.io/derhuerst/db-rest:6`](https://hub.docker.com/r/docker.io/derhuerst/db-rest:6).

```shell
docker run -d -p 3000:3000 derhuerst/db-rest:6
docker run -d -p 3000:3000 docker.io/derhuerst/db-rest:6
```

*Note:* The Docker image does not contain the Redis server.
Expand Down

0 comments on commit 7635823

Please sign in to comment.