3 lines
177 B
Bash
Executable File
3 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly:latest --proactor_threads 1 --maxmemory 256MiB --hz=1 --dbfilename '' "$@"
|