From 62c374ec7245940201ebdc09c08d063f7810fa8b Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 6 May 2024 14:35:56 +0200 Subject: [PATCH] fix --- op-lisk-mainnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/op-lisk-mainnet.yml b/op-lisk-mainnet.yml index c9318331..86f489c0 100644 --- a/op-lisk-mainnet.yml +++ b/op-lisk-mainnet.yml @@ -12,9 +12,9 @@ services: ports: - "6999:6999" - "6999:6999/udp" - #command: [ "sh", "./geth-entrypoint" ] - entrypoint: ./geth - command: --datadir=/data --rollup.sequencerhttp=https://rpc.api.lisk.com --verbosity=3 --http --http.corsdomain=* --http.vhosts=* --http.addr=0.0.0.0 --http.port=8545 --http.api=web3,debug,eth,net,engine --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret --ws --ws.addr=0.0.0.0 --ws.port=8545 --ws.origins=* --ws.api=debug,eth,net,engine + command: [ "sh", "./geth-entrypoint" ] + #entrypoint: ./geth + #command: --datadir=/data --rollup.sequencerhttp=https://rpc.api.lisk.com --verbosity=3 --http --http.corsdomain=* --http.vhosts=* --http.addr=0.0.0.0 --http.port=8545 --http.api=web3,debug,eth,net,engine --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret --ws --ws.addr=0.0.0.0 --ws.port=8545 --ws.origins=* --ws.api=debug,eth,net,engine restart: always stop_grace_period: 3m volumes: