mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 00:24:25 +01:00
build(taskfile): fix incorrect order of docker compose profile command
This commit is contained in:
parent
9b5baca526
commit
8d0718fc0e
|
|
@ -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…
Reference in a new issue