From 0fcc615b9eda726dc8efbb781f94d882c5873842 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 --- ammds/1.6.12/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ammds/1.6.12/docker-compose.yml b/ammds/1.6.12/docker-compose.yml index 1cd03e8b8..7eae0c850 100644 --- a/ammds/1.6.12/docker-compose.yml +++ b/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: