Skip to content

Commit

Permalink
fix dev-rollup binary image url (#1925)
Browse files Browse the repository at this point in the history
fix dev-rollup image url in docker compose
  • Loading branch information
imabdulbasit authored Aug 28, 2024
1 parent 436b1da commit 14a41a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ services:
condition: service_healthy

dev-rollup:
image: ghcr.io/espressosystems/dev-rollup:main
image: ghcr.io/espressosystems/espresso-sequencer/dev-rollup:main
command:
dev-rollup register --ns 1; dev-rollup register --ns 2; dev-rollup register --ns 3
environment:
Expand Down

0 comments on commit 14a41a1

Please sign in to comment.