ssdb image with support for customing port via env
4.1K
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.
Content type
Image
Digest
Size
70.4 MB
Last updated
almost 10 years ago
docker pull tsl0922/ssdb