Describe the bug I can access Redis inside the Redis docker container and from other docker containers, but am not able to from the host machine. I am using Docker NAT and connect to the database correctly but cannot run any commands from the host machine without this error. To reproduce Steps to reproduce the behavior and/or a minimal code sample. redis-cli

ping Error: Protocol error, got "H" as reply type byte

Expected behavior PONG Additional information Any additional information that is relevant to the problem. OS: macOS Catalina 10.15.5 Redis client version: 6.0.8 Redis server version: 6.0.8

Comment From: monney

Binding configuration issue on my end