Skip to content

Commit

Permalink
fix dev-rollup image url in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Aug 28, 2024
1 parent 436b1da commit 0ffaeca
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 0ffaeca

Please sign in to comment.