Hello everyone:
I have noticed that the greenbone redis-server container sets the uid 100 for the redis.sock file, but before it used to do it with 101. Could it be or am I getting confused?
Where can I verify what uid it uses? This has caused me some problems when updating my stack.
we are using Debian Stable as the base image for the redis-server container image. We are using the Debian redis user to run the redis-server in the container. Not sure if they somehow changed the user ID of the redis user.
Additionally we create a group with the ID 1001 that has access to the redis socket and should be used instead of a concrete user.