Skip to content

Commit b39d96b

Browse files
Update pages/operators/chain-operators/deploy/spin-batcher.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6e1d306 commit b39d96b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pages/operators/chain-operators/deploy/spin-batcher.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,6 @@ If you prefer containerized deployment, you can use the official Docker images.
156156
This configuration assumes your sequencer is running in a Docker container named `sequencer-node` on the same `op-stack` network. Make sure your sequencer is running before starting the batcher.
157157
</Callout>
158158
159-
```yaml
160-
version: '3.8'
161-
162-
# IMPORTANT: This batcher depends on a running sequencer node.
163-
# Make sure your sequencer (op-geth and op-node) is running before starting this batcher.
164-
# The sequencer should be accessible at the L2_RPC_URL and ROLLUP_RPC_URL specified in your .env file.
165-
166-
services:
167-
op-batcher:
168-
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher:v1.13.1
169159
volumes:
170160
- .:/workspace
171161
working_dir: /workspace

0 commit comments

Comments
 (0)