From f0c99d7a12e6c6b5c7a4fc185d23051bda827852 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sat, 5 Sep 2026 17:06:50 +0200 Subject: [PATCH] Remove --config command to test --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f2b5ec9..702eee7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,8 +23,8 @@ services: environment: port: 8000 api-key: "top-secret" - command: - - "--config /app/config.json" + #command: + # - "--config /app/config.json" ports: - "8888:8000" volumes: