This commit is contained in:
HoraceZhang 2024-05-27 14:55:41 +08:00 committed by GitHub
parent be1491c677
commit 0fc52ebe03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -2,4 +2,10 @@
修改.env 修改.env
docker compose up -d `docker compose up -d`
启动之后备份 .config/config.yml .config/key.yml
查看节点信息
`docker compose exec node node -node-info --signature-check=false`

View File

@ -5,7 +5,7 @@ name: quilibrium
services: services:
node: node:
image: trancelife/quilibrium:1.4.8 image: trancelife/quilibrium:1.4.18
restart: unless-stopped restart: unless-stopped
command: ["--signature-check=false"] command: ["--signature-check=false"]
deploy: deploy:
@ -15,7 +15,7 @@ services:
memory: '${MEM_LIMIT}' memory: '${MEM_LIMIT}'
reservations: reservations:
cpus: '${CPU_LIMIT}' cpus: '${CPU_LIMIT}'
memory: ${MEM_LIMIT}' memory: '${MEM_LIMIT}'
environment: environment:
- DEFAULT_LISTEN_GRPC_MULTIADDR=/ip4/0.0.0.0/tcp/8337 - DEFAULT_LISTEN_GRPC_MULTIADDR=/ip4/0.0.0.0/tcp/8337
- DEFAULT_LISTEN_REST_MULTIADDR=/ip4/0.0.0.0/tcp/8338 - DEFAULT_LISTEN_REST_MULTIADDR=/ip4/0.0.0.0/tcp/8338