mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 22:45:39 +00:00
build(taskfile): fix incorrect order of docker compose profile command
This commit is contained in:
parent
9b5baca526
commit
8d0718fc0e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ tasks:
|
||||||
- |
|
- |
|
||||||
docker compose --profile download up --build
|
docker compose --profile download up --build
|
||||||
up:
|
up:
|
||||||
desc: docker compose up --profile {{ .UI }}
|
desc: docker compose --profile {{ .UI }} up
|
||||||
cmds:
|
cmds:
|
||||||
- docker compose up
|
- docker compose up
|
||||||
update:
|
update:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue