From 57a09d503e7feb2f2b75e86e54c47e9983161b08 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 28 Apr 2025 15:32:52 +0100 Subject: [PATCH] feat(prowlarr)!: mount prowlarr config directly to prowlarr folder instead of prowlarr/config --- apps/prowlarr/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prowlarr/compose.yaml b/apps/prowlarr/compose.yaml index 7017485..fd32667 100644 --- a/apps/prowlarr/compose.yaml +++ b/apps/prowlarr/compose.yaml @@ -10,7 +10,7 @@ services: expose: - 9696 volumes: - - ${DOCKER_DATA_DIR}/prowlarr/config:/config + - ${DOCKER_DATA_DIR}/prowlarr:/config restart: unless-stopped labels: - "traefik.enable=true"