mirror of
https://github.com/rlister/dockerfiles.git
synced 2025-12-12 17:26:15 +00:00
Merge pull request #10 from lathan/hastebin-readme-fix
hastebin: add STORAGE_TYPE=redis to command
This commit is contained in:
@@ -23,5 +23,5 @@ Writing pastes to redis:
|
||||
|
||||
```
|
||||
docker run --name redis -d redis
|
||||
docker run --name hastebin -d -p 7777:7777 --link redis:redis -e STORAGE_HOST=redis rlister/hastebin
|
||||
docker run --name hastebin -d -p 7777:7777 --link redis:redis -e STORAGE_TYPE=redis -e STORAGE_HOST=redis rlister/hastebin
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user