diff --git a/docs/quick-start/README.md b/docs/quick-start/README.md index 72f5a34111c5..dc1807195766 100644 --- a/docs/quick-start/README.md +++ b/docs/quick-start/README.md @@ -22,8 +22,12 @@ Dragonfly DB will answer to both `http` and `redis` requests out of the box! You can use `redis-cli` to connect to `localhost:6379` or open a browser and visit `http://localhost:6379` -**NOTE**: On some configurations, running with the `docker run --privileged ...` flag can fix some -initialization errors. +**NOTES**: + +- On some configurations, running with the `docker run --privileged ...` flag can fix some + initialization errors. +- The `network=host` option doesn't work well on macOS. You can remove it and replace it with `-p 6379:6379` for + ports to be successfully mapped between the host and the container. ## Step 2