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
Adds lines to pull in docker-compose arguments to env values. Adds a dynamic addgroup and adduser line to add the user/group associated with the env values, manually returns 0 on that line to always return successful (e.g. when using user root or www-data). Adds sed lines to change the group and user associated with the php service, removes the conf file originally overwriting those. Adds CMD line to start php-fpm with the -R flag, allowing root user.
0 commit comments