更新 docker-compose.yml 文件,将用户配置修改为 "1000:1000" 格式,以确保容器的权限设置更加明确。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 4s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-04-22 17:36:04 +08:00
parent 90ccaba1a3
commit 1e4da61d68

View File

@@ -6,7 +6,7 @@
container_name: nas_robot container_name: nas_robot
restart: always restart: always
privileged: false privileged: false
user: 1000 user: "1000:1000"
networks: networks:
- all_in - all_in
environment: environment: