From 1929f7f62d3612037ed0c1bc8275990080e70e33 Mon Sep 17 00:00:00 2001 From: Han Su Date: Wed, 14 Sep 2022 11:17:41 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c55bec24..d5f17b90 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,23 @@ - 📦 PWA - 📢 Notification -## Docs +## Host your server! Or use our test server -https://doc.voce.chat/en-us/ +- Host your own Voce server (docker image): +Run on x86_64 platform: +```bash +docker run -d --restart=always \ + -p 3000:3000 \ + --name vocechat-server \ + privoce/vocechat-server:latest +``` +For more server hosting instructions, see our documentation: https://doc.voce.chat/en-us/ ## Preview + + + - Official Online Demo: https://privoce.voce.chat/ - Demo API Docs (Swagger): https://dev.voce.chat/api/swagger