From 3bd98bbbb1deaf761de38e52840b720fe087a87f Mon Sep 17 00:00:00 2001 From: Daniel Watrous Date: Tue, 7 Mar 2017 10:51:41 -0600 Subject: [PATCH] Update README.md I think this should be a -v, so that a local /data directory is mounted to /app/data in the container --- hastebin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hastebin/README.md b/hastebin/README.md index c13b659..18a87db 100644 --- a/hastebin/README.md +++ b/hastebin/README.md @@ -14,7 +14,7 @@ See `app.sh` for variable names. Writing pastes to a mounted local volume: ``` -docker run --name hastebin -d -p 7777:7777 -e STORAGE_TYPE=file -e /data:/app/data rlister/hastebin +docker run --name hastebin -d -p 7777:7777 -e STORAGE_TYPE=file -v /data:/app/data rlister/hastebin ``` Writing pastes to redis: