From 3426643928db5d505aad3b5c2ff62cadfc9bba2f Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 6 Sep 2023 03:36:18 +0900 Subject: [PATCH] Silence `WARN[0000] The "U7S_NODE_NAME" variable is not set.` Fix issue 289 Signed-off-by: Akihiro Suda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 567be06..cfd582a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ export U7S_NODE_SUBNET := $(NODE_SUBNET) DOCKER ?= docker COMPOSE := $(DOCKER) compose -NODE_SERVICE_NAME := $(shell $(COMPOSE) config --services | head -n1) +NODE_SERVICE_NAME := node NODE_SHELL := $(COMPOSE) exec \ -e U7S_HOST_IP=$(U7S_HOST_IP) \ -e U7S_NODE_NAME=$(U7S_NODE_NAME) \