git.delta.rocks / unique-network / refs/commits / f2aa62ca0c9d

difftreelog

source

docker-compose.yml215 Bsourcehistory
1version: "3"23services:4  node:5    image: nft-parachain6    ports:7      - 9944:99448    build:9      context: ./10      dockerfile: Dockerfile11    volumes:12      - ./chain-data:/chain-data13    network_mode: "host"