From a572313d3d92925974cdddba5009f0c6acaed0f9 Mon Sep 17 00:00:00 2001 From: Chris King Date: Sun, 16 Feb 2025 06:20:19 -0800 Subject: [PATCH] Moved DupFileManager plugin to a fork in Gitea and moved the files to a new directory --- stashapp/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stashapp/docker-compose.yml b/stashapp/docker-compose.yml index d544847..238e851 100644 --- a/stashapp/docker-compose.yml +++ b/stashapp/docker-compose.yml @@ -52,8 +52,8 @@ services: ## Where to store database file - ./data/db:/db ## Custom DupFileManager plugin - - /code/Axter-Stash/plugins/DupFileManager:/plugins/community/DupFileManager - - /code/Axter-Stash/plugins/DupFileManager/web:/custom_web + - /code/Axter-Stash-Gitea/plugins/DupFileManager:/plugins/community/DupFileManager + - /code/Axter-Stash-Gitea/plugins/DupFileManager/web:/custom_web ## Where to store generated content (screenshots,previews,transcodes,sprites) - /media/stashapp/generated:/generated