sam same but different

This commit is contained in:
Sebastian
2024-03-23 17:04:48 +01:00
parent 7efe727024
commit 26de04f61f

View File

@@ -17,10 +17,10 @@ services:
- ./bsc/config:/bsc/config - ./bsc/config:/bsc/config
environment: environment:
GETH_HTTP_ADDR: 0.0.0.0 GETH_HTTP_ADDR: 0.0.0.0
GETH_HTTP: true GETH_HTTP: 'true'
GETH_HTTP_PORT: 8545 GETH_HTTP_PORT: 8545
GETH_HTTP_VHOSTS: '*' GETH_HTTP_VHOSTS: '*'
GETH_WS: true GETH_WS: 'true'
GETH_WS_ADDR: 0.0.0.0 GETH_WS_ADDR: 0.0.0.0
GETH_WS_PORT: 8545 GETH_WS_PORT: 8545
GETH_WS_ORIGINS: '*' GETH_WS_ORIGINS: '*'