-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request uidmap user #228
Comments
Since version 3.7 the docker compose file specification allows defining extension properties on service roots in addition to the root. Something like: version: '3.7'
services:
web:
x-podman:
uidmaps:
- 1000:1000:1 |
I'm also interested in this feature. I added the configuration from @repomaa above to my compose YAML, but it's not making it to the podman command that compose runs. |
you can pass I liked the idea of |
Implement an x-podman extension on the level of the individual services to handle `--uidmap` and `--gidmap`
How can I have "--uidmap user" in docker-compose.yml execued with podman-compose?
The text was updated successfully, but these errors were encountered: