mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 14:35:44 +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
|
||||
up:
|
||||
desc: docker compose up --profile {{ .UI }}
|
||||
desc: docker compose --profile {{ .UI }} up
|
||||
cmds:
|
||||
- docker compose up
|
||||
update:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue