Files
docker-compose/jellyseerr/docker-compose.yml
T
2025-06-14 12:21:40 -04:00

17 lines
334 B
YAML

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