From edcf5f69b6b6c0fd8f182ad57de5d1e037c467e9 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Tue, 13 Feb 2024 21:30:15 +0400 Subject: [PATCH] Comment ngrok --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97ac253..fc68f10 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: # Web UI: http://localhost:7860/ start: @docker compose --profile auto up -d - @docker compose --profile ngrok up -d +# @docker compose --profile ngrok up -d # Stop the docker container stop: @@ -35,4 +35,4 @@ restart: stop start download: build shell: - @docker exec -it $(shell docker ps -qf "name=auto") /bin/bash \ No newline at end of file + @docker exec -it $(shell docker ps -qf "name=auto") /bin/bash