prod: 移除 mysql 容器的 security_opt/cap 以修复 setgid 报错

This commit is contained in:
537yaha
2026-02-03 14:07:05 +08:00
parent 518172a080
commit a99c040065
-8
View File
@@ -87,14 +87,6 @@ services:
networks:
- ai-cs-network
restart: unless-stopped
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- CHOWN
- DAC_OVERRIDE
- FOWNER
# 后端服务(使用预构建镜像)
backend: