testcontainers-git
testcontainers-git copied to clipboard
[HTTP] Change nginx user from root to git
As mentioned in #105, in the late version we need an additional git configuration safe.directory=false to avoid an internal server error.
The assumption is that if we change the nginx user to the same user who is used for git, that we can renounce this additional git configuration.