fix docker. add cdd var

This commit is contained in:
Yax 2022-11-07 19:50:17 +01:00
parent 358b6c87c7
commit 883690104b
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# docker
if docker tig 2>/dev/null; then
if hash docker 2>/dev/null; then
export DOCKER_COMPOSE_BIN='{{ .docker_compose_command }}'
docker-compose ()
{