From f93474073a30129b59f8d9152747a832e17457d2 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:04:58 +0200 Subject: [PATCH] map optimism websocket on a different port than http --- optimism-archive.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/optimism-archive.yml b/optimism-archive.yml index 929d9f9e..d771baa7 100644 --- a/optimism-archive.yml +++ b/optimism-archive.yml @@ -37,7 +37,8 @@ services: - optimism-geth:/geth - ./optimism/scripts/:/scripts/ expose: - - 8545 # http, ws + - 8545 # http + - 8546 # ws - 33289 # P2P ports: - "33289:33289" @@ -45,7 +46,7 @@ services: environment: - "NODE_TYPE=archive" - "SYNC_SOURCE=l2" - - "WS_PORT=8545" + - "WS_PORT=8546" networks: - chains labels: