From 4a373a673c59502d3464d42df03b90831d4a2857 Mon Sep 17 00:00:00 2001 From: unixninja92 Date: Mon, 13 Sep 2021 22:15:46 -0400 Subject: [PATCH] Fixed docker image name in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d730e68..c164830 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,8 @@ When run the app will output standard log lines, one of which will contain the ` Build by executing `docker build -f docker/Dockerfile .` -or run our prebuild ones with +or run our prebuild ones with -`pull openpriv:cwtch-server` +`pull openpriv/cwtch-server` and run it. It stores all Cwtch data in a Volume at `/var/lib/cwtch` -