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