From f414ccc2f36091c798e17995a9f0dc512d9b6e77 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 5 Jul 2019 06:55:56 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 128cb21..e6f3c48 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ cowyo --cert "/path/to/server.crt" --key "/p/t/server.key" You can easily get started with Docker. First pull the latest image and create the volume with: ``` -docker run -d --name cowyo -p 8050:8050 schollz/cowyo +docker run -d -v /directory/to/data:/data -p 8050:8050 schollz/cowyo ``` Then you can stop it with `docker stop cowyo` and start it again with `docker start cowyo`.