docker compose can't work with unix socket #1248
Unanswered
amirreza8002
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
in my CI i'm using a docker compose file to get valkey up
i copied the compose file from
valkey-py
, and it works find,but they don't have unix sockets enabled, which i need
i've tried to add it as env variable or pass it to
entrypoint
flagsthe issue is, when i run with unix sockets, for some reason valkey won't run
there is no error, the log says it started, but when the test starts it fails to find valkey on port 6379
as you can see here
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions