add jellyseerr
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user