update version and allow all hosts

This commit is contained in:
Sebastian
2023-08-05 09:08:49 +02:00
parent e20cdede10
commit d9c68992f1

View File

@@ -1,7 +1,7 @@
version: '3.1'
services:
avalanche:
avalanche7
image: avaplatform/avalanchego:v1.10.5
ulimits:
nofile: 1048576
@@ -16,7 +16,7 @@ services:
- ./avalanche/configs/chains/C/archive-config.json:/root/.avalanchego/configs/chains/C/config.json
networks:
- chains
command: "/avalanchego/build/avalanchego --http-host="
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=*"
restart: unless-stopped
labels:
- "traefik.enable=true"