Skip to content

Commit 4d87a51

Browse files
author
Michael de Hoog
authored
Switch entrypoint from sh to bash (#123)
1 parent 3bd8dc8 commit 4d87a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- 30303:30303 # P2P TCP (currently unused)
1010
- 30303:30303/udp # P2P UDP (currently unused)
1111
- 7301:6060 # metrics
12-
command: [ "sh", "./geth-entrypoint" ]
12+
command: [ "bash", "./geth-entrypoint" ]
1313
env_file:
1414
# select your network here:
1515
# - .env.goerli
@@ -25,7 +25,7 @@ services:
2525
- 9222:9222/udp # P2P UDP
2626
- 7300:7300 # metrics
2727
- 6060:6060 # pprof
28-
command: [ "sh", "./op-node-entrypoint" ]
28+
command: [ "bash", "./op-node-entrypoint" ]
2929
env_file:
3030
# select your network here:
3131
# - .env.goerli

0 commit comments

Comments
 (0)