Compare commits
No commits in common. "38c8892350c6c6a4074207b3ba14e84d88adeea6" and "cfb92f484ac5f341cb6b62aa42a5a0a302548c88" have entirely different histories.
38c8892350
...
cfb92f484a
1 changed files with 13 additions and 12 deletions
|
@ -1,13 +1,14 @@
|
||||||
version: '3'
|
---
|
||||||
services:
|
services:
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
|
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
environment:
|
|
||||||
- LOG_LEVEL=debug
|
|
||||||
- TZ=America/New_York
|
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/appdata/jellyseerr:/app/config
|
- /docker/appdata/jellyseerr:/app/config
|
||||||
|
environment:
|
||||||
|
- TZ=America/New_York
|
||||||
|
- LOG_LEVEL=debug
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Reference in a new issue