changes
This commit is contained in:
@@ -2,21 +2,21 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
avalanche-fullnode:
|
avalanche-fullnode:
|
||||||
image: avaplatform/avalanchego:v1.10.17
|
image: avaplatform/avalanchego:v1.10.18
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576
|
nofile: 1048576
|
||||||
expose:
|
expose:
|
||||||
- "9650"
|
- "9650"
|
||||||
- "34964"
|
- "18507"
|
||||||
ports:
|
ports:
|
||||||
- "34964:34964/tcp"
|
- "18507:18507/tcp"
|
||||||
- "34964:34964/udp"
|
- "18507:18507/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- avalanche-fullnode:/root/.avalanchego
|
- avalanche-fullnode:/root/.avalanchego
|
||||||
- ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json
|
- ./avalanche/configs/chains/C/fullnode-config.json:/root/.avalanchego/configs/chains/C/config.json
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=34964"
|
command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=18507"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user