Compare commits
No commits in common. "ee4d0d109b2cb0f242077eb1d61b6d084e112b2e" and "d88864c2d3aadd5921679f990daa9433d8bbc4bf" have entirely different histories.
ee4d0d109b
...
d88864c2d3
1 changed files with 11 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
services:
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
|
||||
container_name: jellyseerr
|
||||
ports:
|
||||
- 5055:5055
|
||||
volumes:
|
||||
- /docker/appdata/jellyseerr:/app/config
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
- LOG_LEVEL=debug
|
||||
restart: unless-stopped
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
|
||||
container_name: jellyseerr
|
||||
ports:
|
||||
- 5055:5055
|
||||
volumes:
|
||||
- /docker/appdata/jellyseerr:/app/config
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
- LOG_LEVEL=debug
|
||||
restart: unless-stopped
|
Reference in a new issue