You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the composer service runs but there is not yet a ~/.composer directory Docker will create the directory but leave it owned by root and then fail when the user the composer service is running as tries to write to it.
If possible, the composer service should create the mount with the correct owner.