Comment ngrok

This commit is contained in:
Plague Fox 2024-02-13 21:30:15 +04:00
parent 0cca8050a2
commit edcf5f69b6

View file

@ -20,7 +20,7 @@ build:
# Web UI: http://localhost:7860/ # Web UI: http://localhost:7860/
start: start:
@docker compose --profile auto up -d @docker compose --profile auto up -d
@docker compose --profile ngrok up -d # @docker compose --profile ngrok up -d
# Stop the docker container # Stop the docker container
stop: stop:
@ -35,4 +35,4 @@ restart: stop start
download: build download: build
shell: shell:
@docker exec -it $(shell docker ps -qf "name=auto") /bin/bash @docker exec -it $(shell docker ps -qf "name=auto") /bin/bash