# 0G存储节点批量搭建教程 **Published by:** [repositoryStar](https://paragraph.com/@repositorystar/) **Published on:** 2025-03-17 **URL:** https://paragraph.com/@repositorystar/0g ## Content ✈️ TG: @Web3umDocker批量搭建节点docker-compose.yml 文件内容 想要几个节点就 copy几个services: zgs-node-1: restart: unless-stopped network_mode: host image: web3starrepository/0g-storage pull_policy: always environment: - MINER_KEY=[eth 私钥] zgs-node-2: restart: unless-stopped image: web3starrepository/0g-storage pull_policy: always environment: - MINER_KEY=[eth 私钥] networks: - zgs-network networks: zgs-network: driver: bridge 运行docker-compose up 成功运行截图 ## Publication Information - [repositoryStar](https://paragraph.com/@repositorystar/): Publication homepage - [All Posts](https://paragraph.com/@repositorystar/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@repositorystar): Subscribe to updates