Skip to content

Commit

Permalink
deps: remove trailing slash (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored and tuxcanfly committed Nov 3, 2023
1 parent b1779a6 commit 6bc1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
user: root
platform: "${PLATFORM}"
image: "ghcr.io/celestiaorg/celestia-node:v0.11.0-rc2"
command: celestia light start --core.ip consensus-full-arabica-8.celestia-arabica.com/ --gateway --gateway.addr da --gateway.port 26659 --p2p.network arabica
command: celestia light start --core.ip consensus-full-arabica-8.celestia-arabica.com --gateway --gateway.addr da --gateway.port 26659 --p2p.network arabica
environment:
- NODE_TYPE=light
- P2P_NETWORK=arabica
Expand Down

0 comments on commit 6bc1f33

Please sign in to comment.