mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: replace "sh" with "/bin/sh" in docker-compose.yaml command
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ services:
|
|||||||
- CLEAN=true
|
- CLEAN=true
|
||||||
- BLOCK_TIME=5s
|
- BLOCK_TIME=5s
|
||||||
command: >
|
command: >
|
||||||
sh -c "
|
/bin/sh -c "
|
||||||
if [ ! -d /root/.core/config ]; then
|
if [ ! -d /root/.core/config ]; then
|
||||||
/usr/bin/sonrd init $${MONIKER} --chain-id $${CHAIN_ID} --default-denom $${DENOM} &&
|
/usr/bin/sonrd init $${MONIKER} --chain-id $${CHAIN_ID} --default-denom $${DENOM} &&
|
||||||
sed -i 's/laddr = \"tcp:\\/\\/127.0.0.1:26657\"/laddr = \"tcp:\\/\\/0.0.0.0:26657\"/g' /root/.core/config/config.toml &&
|
sed -i 's/laddr = \"tcp:\\/\\/127.0.0.1:26657\"/laddr = \"tcp:\\/\\/0.0.0.0:26657\"/g' /root/.core/config/config.toml &&
|
||||||
|
|||||||
Reference in New Issue
Block a user