From de4df81c3b853e03a2ba53638cb4af0d5da9f545 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 21 Feb 2025 07:39:57 -0800 Subject: [PATCH] specify service container volumes --- .gitea/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 06e7a16..0a55a57 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -87,6 +87,9 @@ jobs: WL_PORT: 5063 volumes: - aquatic:/var/lib/aquatic + - /tmp/aquatic:/tmp/aquatic + - /tmp/test:/root/test + - /test2:/root/test2 aquatic: image: gitea.futureporn.net/futureporn/aquatic:latest