mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
4 lines
63 B
Bash
4 lines
63 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker compose --profile auto down --rmi local -v
|
||
|
|
|