1
0
Fork 0

修复 linkding 高内存问题

This commit is contained in:
ms 2024-07-25 22:04:48 +08:00
parent 708ceb4375
commit 1b811f170c
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ services:
restart: always restart: always
networks: networks:
- 1panel-network - 1panel-network
ulimits:
nproc: 65535
nofile:
soft: 20000
hard: 40000
ports: ports:
- ${PANEL_APP_PORT_HTTP}:9090 - ${PANEL_APP_PORT_HTTP}:9090
volumes: volumes: