unique-network
refs/commits
07eae4003894
#4a5e4b0
.gitattributes
--- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf
docker-compose.yml
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"