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: