From 9b43b75480acd40c51ba07bc4773c8fe51df5c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 6 Nov 2025 22:02:26 +0100 Subject: [PATCH] debug: enable DEBUG_MODE for PairDrop to diagnose connection issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- drop/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/drop/compose.yaml b/drop/compose.yaml index b7c19de..63cffdf 100644 --- a/drop/compose.yaml +++ b/drop/compose.yaml @@ -12,6 +12,7 @@ services: RATE_LIMIT: true WS_FALLBACK: false RTC_CONFIG: /rtc_config.json + DEBUG_MODE: true networks: - compose_network labels: