From 7ac67102ef013f18b63f183085c087f6fc55ab03 Mon Sep 17 00:00:00 2001 From: laoXong Date: Thu, 7 Aug 2025 00:41:23 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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`