This commit is contained in:
Sebastian
2023-12-20 06:21:45 +01:00
parent a3674c42db
commit 2b99d2e1e9

View File

@@ -7,16 +7,16 @@ services:
nofile: 1048576 nofile: 1048576
expose: expose:
- "9650" - "9650"
- "9651" - "34964"
ports: ports:
- "9651:9651/tcp" - "34964:34964/tcp"
- "9651:9651/udp" - "34964:34964/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=*" command: "/avalanchego/build/avalanchego --http-host= --http-allowed-hosts=* --staking-port=34964"
restart: unless-stopped restart: unless-stopped
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"