Lightweight image of the latest beanstalkd version with auth features.
297
Lightweight image of the latest beanstalkd version with auth features.
Quick start:
docker run -d -p 11300:11300 tobyzxj/beanstalkd
Add configuration parameters like this:
docker run -p 11300:11300 --restart=always --name beanstalkd \
-e BEANSTALKD_PASSWORD="your_password" \
-v /data/cloud/docker/beanstalkd/data:/giterlab/data \
-d tobyzxj/beanstalkd:v2.0 -b /giterlab/data
your_password with a secure password of your choice. you can also change the volume path to suit your needs.BEANSTALKD_PORT environment variable to set the port number, default is 11300.Content type
Image
Digest
sha256:8e400c3ee…
Size
3.5 MB
Last updated
about 1 year ago
docker pull tobyzxj/beanstalkd:v2.0