Skip to content

Commit

Permalink
Update readme to proper repos
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Sep 28, 2023
1 parent eeba5e5 commit 3f4493f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ln-tcp-proxy
# ln-websocket-proxy

Websocket-based proxy for connecting to lightning nodes and mutiny wallets.

Expand All @@ -7,20 +7,20 @@ Websocket-based proxy for connecting to lightning nodes and mutiny wallets.
Build the websocket-tcp-proxy image

```
DOCKER_BUILDKIT=1 docker build -f Dockerfile -t mutinywallet/ln-tcp-proxy .
DOCKER_BUILDKIT=1 docker build -f Dockerfile -t mutinywallet/ln-websocket-proxy .
```

Run the docker image locally

```
docker run -d -p 3001:3001 mutinywallet/ln-tcp-proxy
docker run -d -p 3001:3001 mutinywallet/ln-websocket-proxy
```

Deploy the docker image:

```
docker tag mutinywallet/ln-tcp-proxy registry.digitalocean.com/bitcoindevshop-do/websocket-tcp-proxy
docker push registry.digitalocean.com/bitcoindevshop-do/websocket-tcp-proxy
docker tag mutinywallet/ln-websocket-proxy registry.digitalocean.com/mutiny-wallet/websocket-tcp-proxy
docker push registry.digitalocean.com/mutiny-wallet/websocket-tcp-proxy
```

## How to test
Expand Down

0 comments on commit 3f4493f

Please sign in to comment.