after installation of dragonfly using docker(docker desktop for window) not exposed to port 6379.

command used to install dragonfly using docker : docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
attached screenshot running fine in docker but not able to access the port 6379 .


image.png

Is this windows docker? Doesn’t support network mode host afaik try using -p 6379:6379

@important-moose did this help?