mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +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/
|
||||
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
|
||||
@docker exec -it $(shell docker ps -qf "name=auto") /bin/bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue