Commit 34b64627 authored by Bijun Li's avatar Bijun Li
Browse files

Update README

parent fd8d86db
Showing with 6 additions and 0 deletions
+6 -0
......@@ -4,6 +4,12 @@ Pod is the open-source backend for [Memri](https://blog.memri.io/) project.
It's written in Rust and provides an HTTP interface for use by the clients.
## WARNING: NOT SECURE WITH PUBLIC IP!!!
The current version of Pod **DOES NOT** guarantee security yet, **DO NOT** use it for production or run it with a public IP.
* When attached with a public IP, on start, Pod will give an error and abort;
* Forcing a public IP requires environment variable `FORCE-SUPER-INSECURE=1` and will receive a warning.
## Run in docker
To run Pod inside docker:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment