mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-20 12:04:46 +01:00
Comment ngrok
This commit is contained in:
parent
0cca8050a2
commit
edcf5f69b6
4
Makefile
4
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue