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!