mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Update README.md (#631)
Signed-off-by: Bruno Picinin Cardoso <brunopicinin@gmail.com> Signed-off-by: Bruno Picinin Cardoso <brunopicinin@gmail.com>
This commit is contained in:
parent
3be4a9feb2
commit
a7186c5baa
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/
|
||||||
_`network=host` doesn't work well on macOS, see [this issue](https://github.com/docker/for-mac/issues/1031)_
|
_`network=host` doesn't work well on macOS, see [this issue](https://github.com/docker/for-mac/issues/1031)_
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --p 6379:6379 --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
|
docker run -p 6379:6379 --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
|
||||||
```
|
```
|
||||||
|
|
||||||
Dragonfly DB will answer to both `http` and `redis` requests out of the box!
|
Dragonfly DB will answer to both `http` and `redis` requests out of the box!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue