Update testing/docker-compose.yml
This commit is contained in:
parent
ea88df1398
commit
c38aa75188
1 changed files with 12 additions and 13 deletions
|
@ -1,14 +1,13 @@
|
||||||
---
|
version: '3'
|
||||||
services:
|
services:
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
|
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
ports:
|
environment:
|
||||||
- 5055:5055
|
- LOG_LEVEL=debug
|
||||||
volumes:
|
- TZ=America/New_York
|
||||||
- /docker/appdata/jellyseerr:/app/config
|
ports:
|
||||||
environment:
|
- 5055:5055
|
||||||
- TZ=America/New_York
|
volumes:
|
||||||
- LOG_LEVEL=debug
|
- /docker/appdata/jellyseerr:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Reference in a new issue