diff --git a/README.md b/README.md index afcf2aa..bb39100 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Run `cargo run` with environment variable `DB_PATH` set to the path of the datab # Run with a persistent database volume `docker run -p 8080:8080 -v /path/to/your/db:/usr/local/bin/nostr.db laoxong/nostr_demo:master` + `docker run -p 8080:8080 -e AUTH_REQUIRED=true laoxong/nostr_demo:master`