Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 320 Bytes

Nostr RS Relay

Build

git clone https://github.com/getumbrel/docker-nostr-rs-relay.git
cd docker-nostr-rs-relay
docker build \
  --no-cache \
  --pull \
  -t getumbrel/nostr-rs-relay:latest .

Run

docker run -d \
  -p 8080:8080 \
  --restart unless-stopped \
  getumbrel/nostr-rs-relay:latest