main:修改权限组
Deploy to Test / deploy (push) Successful in 31s Details

This commit is contained in:
liubocheng 2025-04-05 07:51:43 +08:00
parent da37a4abc0
commit 46992b4f17
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ services:
build: build:
context: . context: .
args: args:
USER_ID: "1003" USER_ID: "1001"
GROUP_ID: "1003" GROUP_ID: "1001"
volumes: volumes:
- /data/laravel_test:/var/www/html - /data/laravel_test:/var/www/html
working_dir: /var/www/html working_dir: /var/www/html