Skip to content

Commit

Permalink
silius: add http flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Aug 19, 2023
1 parent fe0c43e commit c558281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launchers/silius/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
bundler:
image: ghcr.io/vid201/silius:latest
command: --rpc-listen-address 0.0.0.0:3000 --eth-client-address http://geth-dev:8545 --mnemonic-file /root/${BUNDLER_ACCOUNT} --beneficiary 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --entry-points 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 --rpc-api eth,debug
command: --rpc-listen-address 0.0.0.0:3000 --eth-client-address http://geth-dev:8545 --mnemonic-file /root/${BUNDLER_ACCOUNT} --beneficiary 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --entry-points 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 --http --rpc-api eth,debug
ports: [ '3000:3000' ]
volumes:
- ./keys:/root
Expand All @@ -18,4 +18,4 @@ services:

geth-dev:
build: geth-dev
ports: [ '8545:8545' ]
ports: [ '8545:8545' ]

0 comments on commit c558281

Please sign in to comment.