From e7de479c887860a45906f9cf8ca8831be7703768 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 17 Feb 2026 22:37:09 +0100 Subject: [PATCH] fix: enable cprofile in compose command --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 75788af..70122a1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ 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 logging: driver: k8s-file