Sam
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
beanstalkd/README.md
|
|
@ -8,3 +8,7 @@ Lightweight image of the latest beanstalkd version |
|
|
|
$ docker run -d -p 11300:11300 schickling/beanstalkd |
|
|
|
``` |
|
|
|
|
|
|
|
### Add configuration parameters like this: |
|
|
|
```sh |
|
|
|
$ docker run -d -p 11300:11300 schickling/beanstalkd -b /some/dir |
|
|
|
``` |