chore: use ghcr.io instead of dockerhub as default (#2045)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
@@ -38,7 +38,7 @@ docker run -d \
|
|||||||
-p 5055:5055 \
|
-p 5055:5055 \
|
||||||
-v /path/to/appdata/config:/app/config \
|
-v /path/to/appdata/config:/app/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
fallenbagel/jellyseerr
|
ghcr.io/fallenbagel/jellyseerr:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
The argument `-e PORT=5055` is optional.
|
The argument `-e PORT=5055` is optional.
|
||||||
@@ -62,7 +62,7 @@ docker stop jellyseerr && docker rm jellyseerr
|
|||||||
```
|
```
|
||||||
Pull the latest image:
|
Pull the latest image:
|
||||||
```bash
|
```bash
|
||||||
docker pull fallenbagel/jellyseerr
|
docker pull ghcr.io/fallenbagel/jellyseerr:latest
|
||||||
```
|
```
|
||||||
Finally, run the container with the same parameters originally used to create the container:
|
Finally, run the container with the same parameters originally used to create the container:
|
||||||
```bash
|
```bash
|
||||||
@@ -85,7 +85,7 @@ Define the `jellyseerr` service in your `compose.yaml` as follows:
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr:latest
|
image: ghcr.io/fallenbagel/jellyseerr:latest
|
||||||
init: true
|
init: true
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
environment:
|
environment:
|
||||||
@@ -165,7 +165,7 @@ docker run -d \
|
|||||||
-p 5055:5055 \
|
-p 5055:5055 \
|
||||||
-v jellyseerr-data:/app/config \
|
-v jellyseerr-data:/app/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
fallenbagel/jellyseerr
|
ghcr.io/fallenbagel/jellyseerr:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
The argument `-e PORT=5055` is optional.
|
The argument `-e PORT=5055` is optional.
|
||||||
@@ -195,7 +195,7 @@ docker compose up -d
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr:latest
|
image: ghcr.io/fallenbagel/jellyseerr:latest
|
||||||
init: true
|
init: true
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user