mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Changed raelonmasters/pyshelf to pyshelf/pyshelf
This commit is contained in:
@@ -110,7 +110,7 @@ Running via the [Django](https://www.djangoproject.com/) test server might be po
|
|||||||
|
|
||||||
## Docker
|
## 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"
|
version: "3.7"
|
||||||
@@ -126,7 +126,7 @@ services:
|
|||||||
- "pgdata:/var/lib/postgresql/data/"
|
- "pgdata:/var/lib/postgresql/data/"
|
||||||
|
|
||||||
pyshelf:
|
pyshelf:
|
||||||
image: "raelonmasters/pyshelf"
|
image: "pyshelf/pyshelf"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8000"
|
- "8080:8000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
2
docker/README.md
vendored
2
docker/README.md
vendored
@@ -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:
|
Make sure the following files are in sync:
|
||||||
* config.json
|
* config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user