Skip to content

Commit

Permalink
Update hashes in documentation so its more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Jan 25, 2021
2 parents a5f5312 + c1b0a7e commit 24e3ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ docker run -it --rm \
-e LIGHTNINGD_RPC_PORT=10420 \
-v $HOME/.lightning:/data/.lightning \
-v $HOME/.bitcoin:/data/.bitcoin \
registry.gitlab.com/nolim1t/docker-clightning:v0.9.3-45303c26
registry.gitlab.com/nolim1t/docker-clightning:v0.9.3-a5f53123
```

## Using the RPC Interface
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml-dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
clightning:
image: lncm/clightning:v0.9.3@sha256:793b2784178dab1093bd7601b5d9d45e902343aaee3f85dc38bdf8e472ddd22c
image: lncm/clightning:v0.9.3@sha256:b213b696a33da599df51c3cad789e3ad3b0418395b6bc8f00f25c615a3b6630e
container_name: clightning
network_mode: host
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml-dist-gitlab
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
clightning:
image: registry.gitlab.com/nolim1t/docker-clightning:v0.9.3-45303c26@sha256:e55c16552fc7a1f482dc2c3103546c7ecde8871b40930aec1d04f258c221d717
image: registry.gitlab.com/nolim1t/docker-clightning:v0.9.3-a5f53123@sha256:b5bdce3d65c7fd33fdc9d938fd2b89aa2027e6a2c23b253b9601a17440460672
container_name: clightning
network_mode: host
restart: on-failure
Expand Down

0 comments on commit 24e3ec1

Please sign in to comment.