From 8788808f9f2fce91749fc7621b413b3152546b7f Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 3 May 2024 01:08:05 +0000 Subject: [PATCH] Update testing/docker-compose.yml --- testing/docker-compose.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/testing/docker-compose.yml b/testing/docker-compose.yml index d0faef9..a662e97 100644 --- a/testing/docker-compose.yml +++ b/testing/docker-compose.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file