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
I have tried multiple constellations with in my docker-compose.yml for the user property, starting from root, root:root, node:node, 1000:1000, UID:GID (variables are set to inject my local user id and group id.
But otherwise I'm not sure if there's anything actionable that we could do to resolve this since it is the php image and not directly relevant to node, npm, or git
I get the following error message when I try to spin up my service via docker-compose:
I have tried multiple constellations with in my docker-compose.yml for the user property, starting from root, root:root, node:node, 1000:1000, UID:GID (variables are set to inject my local user id and group id.
The relevant part from my docker-compose.yml:
This is my local docker image:
And this is our internal base image (which is based on the php:8.1.1-fpm-alpine3.15 image:
The text was updated successfully, but these errors were encountered: