From f9990d446c92d37bab5fc622a0072d773193c9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=BB=8B=E6=B6=A6?= <807046079@qq.com> Date: Tue, 22 Oct 2024 18:42:38 +0800 Subject: [PATCH] changes --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8aa302e..865c977 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.3' services: leap-ledger-server: container_name: leap-ledger-server - image: xiaozirun/leap-ledger:${version} + image: xiaozirun/leap-ledger:${VERSION} ports: - "8080:8080" - "2345:2345"