add jellyseerr
This commit is contained in:
parent
c0915a9695
commit
f09f86232d
1 changed files with 13 additions and 0 deletions
13
main-docker/jellyseerr/compose.yaml
Normal file
13
main-docker/jellyseerr/compose.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
container_name: jellyseerr
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LOG_LEVEL: info
|
||||
TZ: America/Chicago
|
||||
PORT: 5055
|
||||
ports:
|
||||
- "5055:5055"
|
||||
volumes:
|
||||
- /home/docker/jellyseerr:/app/config
|
Loading…
Add table
Add a link
Reference in a new issue