From 676971bfa9d778270c3af7d1850d79607218fc5e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:43:56 +0100 Subject: [PATCH] open websocket port --- arbitrum-archive.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arbitrum-archive.yml b/arbitrum-archive.yml index 58703b17..6dbb14c1 100644 --- a/arbitrum-archive.yml +++ b/arbitrum-archive.yml @@ -23,6 +23,9 @@ services: - --http.corsdomain=* - --http.addr=0.0.0.0 - --http.vhosts=* + - --ws.port=8547 + - --ws.addr=0.0.0.0 + - --ws.origins=* restart: unless-stopped labels: - "traefik.enable=true"