6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
docker compose \
|
|
--env-file ../env/komodo-stack.env \
|
|
--env-file ../env/komodo.env \
|
|
--env-file ../env/common.env \
|
|
$1 $2 $3
|