Skip to content

Commit

Permalink
docker: update celestia-da image; da - listen on 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 24, 2023
1 parent 5b1a757 commit 9969656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/celestiaorg/celestia-app:v1.4.0 AS celestia-app

FROM opcelestia/celestia-da:v0.12.0
FROM ghcr.io/rollkit/celestia-da:v0.12.1-rc0

USER root

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ celestia-da bridge start \
--keyring.accname validator \
--grpc.token "$CELESTIA_NODE_AUTH_TOKEN" \
--grpc.namespace "000008e5f679bf7116cb" \
--grpc.listen "127.0.0.1:26650"
--grpc.listen "0.0.0.0:26650"

0 comments on commit 9969656

Please sign in to comment.