fix: correct ports destinations

This commit is contained in:
Pravdyvy 2026-02-13 17:41:28 +02:00
parent 7ea8a85be9
commit 5255f4df0c
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
ports:
# Map 0 port so that multiple instances can run on the same host
- "0:18080/tcp"
- "8080:18080/tcp"
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./kzgrs_test_params:/kzgrs_test_params:z

View File

@ -1,5 +1,5 @@
{
"home": "./sequecner_runner",
"home": "./sequencer_runner",
"override_rust_log": null,
"genesis_id": 1,
"is_genesis_random": true,