14 lines
377 B
YAML
14 lines
377 B
YAML
# https://hub.docker.com/r/fallenbagel/jellyseerr
|
|
services:
|
|
jellyseerr:
|
|
image: fallenbagel/jellyseerr:latest
|
|
container_name: jellyseerr
|
|
environment:
|
|
- LOG_LEVEL=debug
|
|
- TZ=America/Los_Angeles
|
|
ports:
|
|
- 8002:5055
|
|
volumes:
|
|
- /path/to/appdata/config:/app/config
|
|
restart: unless-stopped
|
|
|