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

fix: set uid gid of www-data to 1000 #126

Merged
merged 1 commit into from
Aug 16, 2024
Merged

fix: set uid gid of www-data to 1000 #126

merged 1 commit into from
Aug 16, 2024

Conversation

jokesterfr
Copy link
Contributor

@jokesterfr jokesterfr commented Aug 16, 2024

Questions Answers
Description? As suggested by the community, would be easier for Linux users to have already a 1000 www-data user, which would help while mounting local files to the docker container.
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? Fixes #99
How to test? docker run -it --rm --entrypoint sh prestashop/prestashop-flashlight id would give 1000.

@jokesterfr jokesterfr self-assigned this Aug 16, 2024
@jokesterfr jokesterfr added the ready to review Looking for a pair review label Aug 16, 2024
@jokesterfr jokesterfr marked this pull request as ready for review August 16, 2024 20:39
@jokesterfr jokesterfr merged commit 1ce7b46 into main Aug 16, 2024
17 checks passed
@jokesterfr jokesterfr deleted the fix/www-data-uid branch August 16, 2024 20:39
@jokesterfr jokesterfr restored the fix/www-data-uid branch August 16, 2024 20:40
@jokesterfr jokesterfr deleted the fix/www-data-uid branch August 16, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to review Looking for a pair review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Idea - Linux bind www-data to current user to have read/write for develop-a-module
1 participant