docker-php icon indicating copy to clipboard operation
docker-php copied to clipboard

Added gosu to os dependencies

Open sergiorodenas opened this issue 1 year ago • 1 comments

Gosu is needed for doing later command: ["gosu", "www-data", "/usr/local/bin/php", "artisan", "horizon"] as the su version command: ["su", "www-data", "-c", "/usr/local/bin/php", "artisan", "horizon"] won't work due the www-data user having the login disabled internally.

sergiorodenas avatar Feb 28 '24 11:02 sergiorodenas