Closed
Description
There was a regression with 8.0.2, where the following command now terminates:
docker run -v /run/redis:/data/sock redis:8.0.2 redis-server --unixsocket /data/sock/redis.sock
With 8.0.1 it would work fine:
docker run -v /run/redis:/data/sock redis:8.0.1 redis-server --unixsocket /data/sock/redis.sock
If you run 8.0.2 after 8.0.1 then it will succeed, because the volume has the right permissions set by the 8.0.1 invocation.
Metadata
Metadata
Assignees
Labels
No labels