This commit is contained in:
Sebastian
2024-02-20 08:15:32 +01:00
parent 484749bdd7
commit fc737d9e7e

View File

@@ -17,9 +17,9 @@ services:
- .jwtsecret:/jwt.hex - .jwtsecret:/jwt.hex
command: command:
[ [
"--rpc-ws-host='0.0.0.0'", "--rpc-ws-host=0.0.0.0",
"--rpc-ws-enabled=true", "--rpc-ws-enabled=true",
"--rpc-http-host='0.0.0.0'", "--rpc-http-host=0.0.0.0",
"--rpc-http-enabled=true", "--rpc-http-enabled=true",
"--host-allowlist=*", "--host-allowlist=*",
"--rpc-http-cors-origins=*", "--rpc-http-cors-origins=*",