mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
doc: add instructions to deploy with docker to README
This commit is contained in:
parent
659ad5aba8
commit
759bf09c6a
1 changed files with 6 additions and 2 deletions
|
|
@ -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 .)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue