mention openpriv/cwtch-server in README under docker

This commit is contained in:
Dan Ballard 2021-08-31 08:10:24 -07:00
parent 2637c81f0b
commit e7499ee9fb
1 changed files with 9 additions and 0 deletions

View File

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