Skip to content

Commit

Permalink
Try new "docker compose" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Dec 17, 2024
1 parent d87fa05 commit 397217d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-gascalc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# run "yarn gas-calc" using geth with docker.
# (if you have geth running on localhost:8545, its faster with "HARDHAT_NETWORK=dev yarn gas-calc")
docker-compose -f `dirname $0`/docker-gascalc.yml up --abort-on-container-exit
docker compose -f `dirname $0`/docker-gascalc.yml up --abort-on-container-exit
exit=$?
docker-compose -f `dirname $0`/docker-gascalc.yml down
docker compose -f `dirname $0`/docker-gascalc.yml down
exit $exit

0 comments on commit 397217d

Please sign in to comment.