update origins

This commit is contained in:
Sebastian
2024-03-29 15:20:48 +01:00
parent 15a49f32c3
commit c9fdf48c43

View File

@@ -13,7 +13,7 @@ services:
ports:
- "40303:40303"
- "40303:40303/udp"
command: server --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --port=40303 --http --http.port=8545 --ws --ws.port=8545 --ws.addr=0.0.0.0 --http.addr=0.0.0.0 --datadir=/datadir
command: server --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --port=40303 --http --http.port=8545 --http.vhosts=* --ws --ws.port=8545 --ws.origins=* --ws.addr=0.0.0.0 --http.addr=0.0.0.0 --datadir=/datadir
restart: unless-stopped
labels:
- "traefik.enable=true"