From c5941a11bee73c10526f5cb2ee510eae3b7ccb6f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 22:01:34 +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 7f384d2..768648b 100644 --- a/testing/compose.yaml +++ b/testing/compose.yaml @@ -5,7 +5,7 @@ services: ports: - 7703:7703 volumes: - - ./:/testing:ro + - ./sos_config.json:/data/sos_config.json:ro restart: no healthcheck: test: ["CMD", "wget", "-qO-", "http://127.0.0.1:7703/status"]