Açıklama Yok

maxmind 1f9ebfb9a7 default nodeid 10 ay önce
.env.example 1f9ebfb9a7 default nodeid 10 ay önce
.gitignore 3f82390763 init 11 ay önce
Dockerfile 6c1f2c0a2b headless模式 10 ay önce
README.md 6c1f2c0a2b headless模式 10 ay önce
build.sh babecd24fc fix 10 ay önce
docker-compose.yml 6c1f2c0a2b headless模式 10 ay önce
entrypoint.sh 6c1f2c0a2b headless模式 10 ay önce

README.md

Nexus Network Docker

这个 Docker 镜像用于运行 Nexus Network 节点。

配置

方法: 使用 .env 文件

  1. 创建 .env 文件:

    cp .env.example .env
    
  2. 使用 docker-compose 运行:

    docker compose up -d
    

查看日志

docker compose logs nexus-network -f --tail 100

MacOS

本地 build

bash build.sh

运行

docker compose up -d