From 7543d6b3468115dd96c9463e77c8e04a0ad8597b Mon Sep 17 00:00:00 2001 From: zcr Date: Tue, 14 Apr 2026 10:16:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0flux2=20klein=20?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BA=E7=A4=BA=E4=BE=8B=20;=20fix:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 954fea1..103546e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,4 +11,10 @@ services: - /etc/localtime:/etc/localtime:ro - ./seg_cache:/seg_cache ports: - - "${SERVE_PORT}:80" \ No newline at end of file + - "${SERVE_PORT}:80" + networks: + - aida_app_net +networks: + aida_app_net: + external: true + name: aida_app_net \ No newline at end of file