fix: enable cprofile in compose command

This commit is contained in:
user
2026-02-17 22:37:09 +01:00
parent 28c9830f56
commit e7de479c88

View File

@@ -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