更新 docker-compose.yml: 增加内存限制,从 400M 调整为 1000M,以优化后端服务的资源配置。
This commit is contained in:
@ -13,4 +13,4 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 400M
|
||||
memory: 1000M
|
Reference in New Issue
Block a user