Files
docker-compose/jellyseerr/docker-compose.yml
T
2025-06-17 08:23:42 -04:00

17 lines
320 B
YAML

---
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- PUID
- PGID
- LOG_LEVEL=info
- TZ=America/Detroit
- PORT=5055
ports:
- 5055:5055
volumes:
- /config/jellyseerr:/app/config
restart: unless-stopped