Sign in
apache
/
hamilton
/
refs/heads/build-from-function-changes
/
.
/
ui
/
common.sh
blob: 478dd163cb12a5c742e09168280bf765e128b870 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[[
-
z $
(
which docker
-
compose
)
]];
then
function
docker
-
compose
()
{
docker compose
--
compatibility $@
}
fi