From 11b2bdcb4fb80b23ae789a68d77ab708c3993efe Mon Sep 17 00:00:00 2001 From: user Date: Sun, 15 Feb 2026 17:04:59 +0100 Subject: [PATCH] chore: disable cProfile in compose by default Keep the command as a comment for easy re-enable when needed. Co-Authored-By: Claude Opus 4.6 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 64f5b2e..9663e63 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,5 +11,5 @@ services: - ./src:/app/src:ro,Z - ./config/s5p.yaml:/app/config/s5p.yaml:ro,Z - ~/.cache/s5p:/data:Z - command: ["-c", "/app/config/s5p.yaml", "--cprofile", "/data/s5p.prof"] + # command: ["-c", "/app/config/s5p.yaml", "--cprofile", "/data/s5p.prof"] network_mode: host