update version and allow all hosts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: '3.1'
|
version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche:
|
avalanche7
|
||||||
image: avaplatform/avalanchego:v1.10.5
|
image: avaplatform/avalanchego:v1.10.5
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576
|
nofile: 1048576
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
- ./avalanche/configs/chains/C/archive-config.json:/root/.avalanchego/configs/chains/C/config.json
|
- ./avalanche/configs/chains/C/archive-config.json:/root/.avalanchego/configs/chains/C/config.json
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
command: "/avalanchego/build/avalanchego --http-host="
|
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=*"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user