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