From 5667801e144b4c01cfacc43ee5f9a50c804a6922 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Mon, 10 Apr 2023 18:46:58 +0400 Subject: [PATCH] Update readme --- Makefile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2e41e5..c487da2 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: # docker compose --profile auto up -d # Web UI: http://localhost:7860/ start: - @docker compose --profile auto up + @docker compose --profile auto up -d # Stop the docker container stop: diff --git a/README.md b/README.md index eacb01d..fb4d5c3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Run Stable Diffusion on your machine with a nice UI without any hassle! +- [Local Web UI](http://localhost:7860/) +- [Ngrok Dashboard](http://localhost:4040/) + ## Setup & Usage Visit the wiki for [Setup](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup) and [Usage](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Usage) instructions, checkout the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ) page if you face any problems, or create a new issue!