From b6ab6ae769c5b03ef093b19d2d1eca8e28360a59 Mon Sep 17 00:00:00 2001 From: asus Date: Fri, 10 Nov 2023 11:49:01 +0100 Subject: [PATCH] added message with loacl address for connection --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6db8d85..919d5e9 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,7 @@ build: up: docker compose -f $(COMPOSE) up -d + @echo $(B_PURPLE)"you can now connect at "$(B_YELLOW)"https://$(WP_URL)"$(B_PURPLE)" or 127.0.0.1"$(RESET) down: docker compose -f $(COMPOSE) down