mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
Add profile for ngrok
This commit is contained in:
parent
fe1027595f
commit
55be63ffae
3
Makefile
3
Makefile
|
|
@ -20,10 +20,11 @@ build:
|
|||
# Web UI: http://localhost:7860/
|
||||
start:
|
||||
@docker compose --profile auto up -d
|
||||
@docker compose --profile ngrok up -d
|
||||
|
||||
# Stop the docker container
|
||||
stop:
|
||||
@docker compose --profile auto down
|
||||
@docker compose down
|
||||
|
||||
run: start
|
||||
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ services:
|
|||
image: ngrok/ngrok:latest
|
||||
container_name: ngrok
|
||||
restart: unless-stopped
|
||||
profiles: ["ngrok"]
|
||||
command:
|
||||
- "start"
|
||||
- "--all"
|
||||
|
|
|
|||
Loading…
Reference in a new issue