From ac5891394ed666d9e4a4a94282115e2aecdf6465 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Tue, 21 Apr 2026 21:49:05 +0200 Subject: [PATCH] fix: add missing network configuration for proxy in Docker Compose --- compose.flutter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.flutter.yml b/compose.flutter.yml index f4dc8664..cc0ed47c 100644 --- a/compose.flutter.yml +++ b/compose.flutter.yml @@ -21,4 +21,5 @@ services: retries: 5 start_period: 60s networks: + - proxy - recipe-internal