readme: use "docker.io" in image names; 6.0.5

This commit is contained in:
Jannis R 2024-05-29 17:23:24 +02:00
parent 6a94c19dc8
commit 76358235ab
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "db-rest", "name": "db-rest",
"version": "6.0.4", "version": "6.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "db-rest", "name": "db-rest",
"version": "6.0.4", "version": "6.0.5",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"cached-hafas-client": "^5.0.1", "cached-hafas-client": "^5.0.1",

View file

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "db-rest", "name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.", "description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "6.0.4", "version": "6.0.5",
"type": "module", "type": "module",
"bin": { "bin": {
"db-rest": "./index.js" "db-rest": "./index.js"

View file

@ -21,10 +21,10 @@ It is recommended that you let `bvg-rest` cache HAFAS responses within a [Redis]
### via Docker ### 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 ```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. *Note:* The Docker image does not contain the Redis server.