From 8fe3ab7273e9a3dc0f58bffeeaf345b8d50464dc Mon Sep 17 00:00:00 2001 From: MartenBE Date: Fri, 31 Jul 2020 23:53:30 +0200 Subject: [PATCH] Changed raelonmasters/pyshelf to pyshelf/pyshelf --- README.md | 4 ++-- docker/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fd2587..db8f30f 100755 --- a/README.md +++ b/README.md @@ -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: diff --git a/docker/README.md b/docker/README.md index 6137a27..2c6f0d1 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,4 +1,4 @@ -Use `docker build -t raelonmasters/pyshelf -f ./docker/Dockerfile .` in the project root to build the pyshelf image. +Use `docker build -t pyshelf/pyshelf -f ./docker/Dockerfile .` in the project root to build the pyshelf image. Make sure the following files are in sync: * config.json