Merge pull request #7315 from ryanpetrello/redis-chmod-docker

set proper permissions for the redis socket

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-06-10 16:06:25 +00:00 committed by GitHub
commit dc3701b3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
unixsocket /var/run/redis/redis.sock
unixsocketperm 777
unixsocketperm 660
port 0
bind 127.0.0.1