From 8f28a8a491abd03afe83760019d75f19df647efb Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 12 Jun 2025 11:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/ammds/1.6.12/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/ammds/1.6.12/docker-compose.yml b/apps/ammds/1.6.12/docker-compose.yml index 1cd03e8b8..7eae0c850 100644 --- a/apps/ammds/1.6.12/docker-compose.yml +++ b/apps/ammds/1.6.12/docker-compose.yml @@ -12,6 +12,10 @@ services: network_mode: ${NETWORK_MODE:-host} tty: true stdin_open: true + ulimits: + nofile: + soft: 524288 + hard: 524288 ports: - ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080} env_file: