From 1bf43ea2d51d986510c6ca123be17ab5280b35be Mon Sep 17 00:00:00 2001 From: mm Date: Fri, 31 May 2024 21:05:02 +0000 Subject: [PATCH] Update 'makefile' --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4afb68c..8e42780 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ run: build - docker run --rm -ti --name noaa -e LIGHTNING_CLOUDSPACE_HOST=noaa.clfx.cc -p 9021:9021 -p 4200:4200 noaa + docker run --rm -ti --name noaa -e HOST_NAME=localhost -p 9021:9021 -p 4200:4200 noaa build: docker build -t noaa .