Sign inSign up

openpriv/cwtch-server

By openpriv

Updated 28 days ago

Image
0

1.7K

openpriv/cwtch-server repository overview

Cwtch Server

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 so if you want the server data to persist you would run

docker run openpriv/cwtch-server -v /var/lib/cwtch/server01:/var/lib/cwtch

to create a persistent container you might try a command like:

docker run openpriv/cwtch-server --name cwtch -v /var/lib/cwtch/server01:/var/lib/cwtch --restart always

Tag summary

Content type

Image

Digest

sha256:63838ef7e

Size

18.8 MB

Last updated

28 days ago

docker pull openpriv/cwtch-server