update readme

This commit is contained in:
Zack Scholl 2019-07-05 06:55:56 -07:00
parent 0a9b069152
commit f414ccc2f3
1 changed files with 1 additions and 1 deletions

View File

@ -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`.