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

Composer: chmod operation not permitted

Open vlakarados opened this issue 1 month ago • 0 comments

Steps To Reproduce

Windows 11, podman with WSL2 Run container in fresh directory with sample compose.yaml Exec into container Run composer require psr/log (or any other package, or do anything else).

Outcome

What did you expect?

Successful package installation

What happened instead?

Image

Affected Docker Images

serversideup/php:8.5-fpm-nginx

Anything else?

Help articles on permissions didn't help here. Can create/edit files from terminal (exec), php executions do not work. composer init works and the composer.json and composer.lock files are created without issues.

vlakarados avatar Dec 08 '25 00:12 vlakarados