简体   繁体   中英

Laravel Sail User and Groups in exist project

I want to install laravel sail in an existing project using the command from the documentation

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    composer install --ignore-platform-reqs

but after launching the sail up, my directories are rooted

how can i change it to "sail" with group 1000?

thx!

希望 GitHub 上 laravel 帆 repo 上的这个问题能解决您的问题https://github.com/laravel/sail/issues/81

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM