From e7499ee9fb57d4b576086996007e1a91b1a2281c Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 31 Aug 2021 08:10:24 -0700 Subject: [PATCH] mention openpriv/cwtch-server in README under docker --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8a873bd..d730e68 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The app takes the following arguments - -debug: enabled debug logging +- -exportTofuBundle: Export the tofubundle to a file called tofubundle + The app takes the following environment variables - CWTCH_HOME: sets the config dir for the app @@ -19,3 +21,10 @@ When run the app will output standard log lines, one of which will contain the ` ## Docker Build by executing `docker build -f docker/Dockerfile .` + +or run our prebuild ones with + +`pull openpriv:cwtch-server` + +and run it. It stores all Cwtch data in a Volume at `/var/lib/cwtch` +