Skip to content

Commit

Permalink
Merge pull request #291 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
Silence `WARN[0000] The "U7S_NODE_NAME" variable is not set.`
  • Loading branch information
AkihiroSuda committed Sep 5, 2023
2 parents 2c39d99 + 3426643 commit 37bd93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 37bd93b

Please sign in to comment.