diff --git a/docker-compose.yaml b/docker-compose.yaml index fc0f1c0..c1a36ae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,4 +6,6 @@ services: - ./config:/app/config # Make sure your local config directory exists - ./assets/icons:/app/public/icons # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations - network_mode: "host" \ No newline at end of file + network_mode: "host" + environment: + LOG_LEVEL: debug \ No newline at end of file