Changed raelonmasters/pyshelf to pyshelf/pyshelf

This commit is contained in:
MartenBE
2020-07-31 23:53:30 +02:00
parent 66c5b95452
commit 8fe3ab7273
2 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ Running via the [Django](https://www.djangoproject.com/) test server might be po
## Docker
The official Docker image for pyShelf is [`raelonmasters/pyshelf`](https://hub.docker.com/r/raelonmasters/pyshelf). The easiest way to get pyShelf running is through `docker-compose`. Here is an example `docker-compose.yml`:
The official Docker image for pyShelf is [`pyshelf/pyshelf`](https://hub.docker.com/r/pyshelf/pyshelf). The easiest way to get pyShelf running is through `docker-compose`. Here is an example `docker-compose.yml`:
```
version: "3.7"
@@ -126,7 +126,7 @@ services:
- "pgdata:/var/lib/postgresql/data/"
pyshelf:
image: "raelonmasters/pyshelf"
image: "pyshelf/pyshelf"
ports:
- "8080:8000"
volumes: