Skip to content

Commit

Permalink
Switch entrypoint from sh to bash (base-org#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 6, 2023
1 parent 3bd8dc8 commit 4d87a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- 30303:30303 # P2P TCP (currently unused)
- 30303:30303/udp # P2P UDP (currently unused)
- 7301:6060 # metrics
command: [ "sh", "./geth-entrypoint" ]
command: [ "bash", "./geth-entrypoint" ]
env_file:
# select your network here:
# - .env.goerli
Expand All @@ -25,7 +25,7 @@ services:
- 9222:9222/udp # P2P UDP
- 7300:7300 # metrics
- 6060:6060 # pprof
command: [ "sh", "./op-node-entrypoint" ]
command: [ "bash", "./op-node-entrypoint" ]
env_file:
# select your network here:
# - .env.goerli
Expand Down

0 comments on commit 4d87a51

Please sign in to comment.