Update README.md
Build and Push Docker Image / build_docker_image (push) Successful in 8m15s

This commit is contained in:
2025-08-07 00:41:23 +08:00
parent 70da823c43
commit 7ac67102ef
+1
View File
@@ -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 # 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 -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` `docker run -p 8080:8080 -e AUTH_REQUIRED=true laoxong/nostr_demo:master`