From 33bf0a64715f22fa6a176d37406f66c2762b9605 Mon Sep 17 00:00:00 2001 From: Adam Vincent Date: Sun, 5 Jan 2025 14:15:31 -0500 Subject: [PATCH] Fix config volume mount point --- compose/.apps/jellyseerr/jellyseerr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/.apps/jellyseerr/jellyseerr.yml b/compose/.apps/jellyseerr/jellyseerr.yml index c5ee26f666..d14112fb7a 100644 --- a/compose/.apps/jellyseerr/jellyseerr.yml +++ b/compose/.apps/jellyseerr/jellyseerr.yml @@ -8,5 +8,5 @@ services: restart: ${JELLYSEERR_RESTART} volumes: - /etc/localtime:/etc/localtime:ro - - ${DOCKER_VOLUME_CONFIG}/jellyseerr:/config + - ${DOCKER_VOLUME_CONFIG}/jellyseerr:/app/config - ${DOCKER_VOLUME_STORAGE}:/storage