fix tag
This commit is contained in:
parent
be1491c677
commit
0fc52ebe03
@ -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`
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user