From 2c8284502d3c4dd21934bc4f2eb024b07cd14e94 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 6 Sep 2026 16:33:57 +0200 Subject: [PATCH] Add hot reload and debug command --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 312a6a4..d526c9f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: environment: port: 8000 api-key: "top-secret" - command: -k "top-secret" -c /app/config.json -n mymcpo + command: -k "top-secret" -c /app/config.json -n mymcpo --hot-reload --log-level DEBUG ports: - "8888:8000" volumes: