shiwaforce / poco

Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.
https://getpoco.io
MIT License
107 stars 6 forks source link

added GID and UID from env to docker compose system call #91

Open 123442421 opened 9 months ago

123442421 commented 9 months ago

Poco won't propagate the exported GID and UID env vars to the started docker compose process makes it impossible to mount a volume using the defined user by GID and UID.

Other arbitrary export environmental variables gets exported to the process except for the GID and UID. Those variables mysteriously during poco up.

This is a quick workaround to add them back again.