Skip to content
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

linux permissions - env side #736

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

toonvd
Copy link

@toonvd toonvd commented Jan 19, 2024

This PR is to prepare for adding linux permissions in the images repo.
It will provide the uid and gid on every env command.

When adding HOST_UID and HOST_GID to the user part in docker-compose

    user: "${HOST_UID}:${HOST_GID}"

Docker will expect these on every cmd.

The PR does not interfere with any current functionality.

@navarr navarr added this pull request to the merge queue Jan 24, 2024
Merged via the queue into wardenenv:main with commit 39d4729 Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants