mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
4 lines
57 B
Bash
4 lines
57 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker compose --profile auto up -d --build
|
||
|
|
|