Skip to content

Commit

Permalink
fix: docker problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Sep 16, 2024
1 parent b670ecc commit 73f78d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions bundler-spec-tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
geth-dev:
image: ethereum/client-go:release-1.12
Expand Down
4 changes: 2 additions & 2 deletions bundler-spec-tests/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case $1 in
;;

start)
docker-compose up -d
docker compose up -d
sleep 2
silius node \
--verbosity 4 \
Expand All @@ -30,7 +30,7 @@ case $1 in
cd @account-abstraction && yarn deploy --network localhost
;;
stop)
docker-compose down
docker compose down
kill $(cat bundler.pid)
rm bundler.pid
;;
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
silius:
image: ghcr.io/silius-rs/silius:latest
Expand Down

0 comments on commit 73f78d3

Please sign in to comment.