doc: add instructions to deploy with docker to README

This commit is contained in:
Roland Bewick 2024-03-03 12:25:08 +07:00
parent 659ad5aba8
commit 759bf09c6a

View file

@ -259,6 +259,10 @@ Run NWC on your own node!
### Docker
`docker build . -t nwc-local --progress=plain`
#### From Alby's Container Repository
`docker run --env-file .env -p 8080:8080 nwc-local`
`docker run -p 8080:8080 ghcr.io/getalby/nostr-wallet-connect-next:latest`
#### From Source
`docker run -p 8080:8080 $(docker build -q .)`