mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
build(docker): setup rootless image (#2032) [skip ci]
* build(docker): setup rootless image --------- Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
@@ -31,6 +31,7 @@ For details on the Docker CLI, please [review the official `docker run` document
|
||||
```bash
|
||||
docker run -d \
|
||||
--name jellyseerr \
|
||||
--init \
|
||||
-e LOG_LEVEL=debug \
|
||||
-e TZ=Asia/Tashkent \
|
||||
-e PORT=5055 \
|
||||
@@ -85,6 +86,7 @@ Define the `jellyseerr` service in your `compose.yaml` as follows:
|
||||
services:
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
init: true
|
||||
container_name: jellyseerr
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
@@ -156,6 +158,7 @@ Then, create and start the Jellyseerr container:
|
||||
```bash
|
||||
docker run -d \
|
||||
--name jellyseerr \
|
||||
--init \
|
||||
-e LOG_LEVEL=debug \
|
||||
-e TZ=Asia/Tashkent \
|
||||
-e PORT=5055 \
|
||||
@@ -193,6 +196,7 @@ docker compose up -d
|
||||
services:
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
init: true
|
||||
container_name: jellyseerr
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
|
||||
Reference in New Issue
Block a user