From 1e10516afebe51ca995b09a039fa9a088e6be5a2 Mon Sep 17 00:00:00 2001 From: koningin_samira Date: Sun, 19 Apr 2026 22:16:41 +0200 Subject: [PATCH] Changed volume path to absolute path on Unraid --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 88d3f0a..c8b2830 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest # Or your specific runner label container: volumes: - - /static:/static + - /mnt/user/static:/static steps: - name: Checkout Code uses: actions/checkout@v4