tsl0922/ssdb
ssdb image with support for customing port via env
1.5K
SSDB - A fast NoSQL database, an alternative to Redis http://ssdb.io
docker run --name my-ssdb -e SSDB_PORT=6789 -v /my/own/datadir:/var/lib/ssdb tsl0922/ssdb
The SSDB_PORT
env can be used to custom server port, and you can custom ssdb storage by mounting custom dir to /var/lib/ssdb
.
docker pull tsl0922/ssdb