From 9ba0469dea0ff6d375ed47562cc9570d21e42bca Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 21:52:33 +1200 Subject: [PATCH] :-'Generic Commit' --- testing/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/compose.yaml b/testing/compose.yaml index ff04e60..7f384d2 100644 --- a/testing/compose.yaml +++ b/testing/compose.yaml @@ -5,7 +5,7 @@ services: ports: - 7703:7703 volumes: - - ./config.json:/testing/sos_config.json:ro + - ./:/testing:ro restart: no healthcheck: test: ["CMD", "wget", "-qO-", "http://127.0.0.1:7703/status"]