Skip to content

Commit 05b4757

Browse files
committed
Fix docker command
1 parent 0fe67f2 commit 05b4757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
fi
88

99
if [[ "${1}" == "down" ]]; then
10-
docker-compose -f <(sed -e "s;%%VOLUME%%;${volume};g" docker-compose.tmpl.yml) down
10+
docker compose -f <(sed -e "s;%%VOLUME%%;${volume};g" docker-compose.tmpl.yml) down
1111
else
12-
docker-compose -f <(sed -e "s;%%VOLUME%%;${volume};g" docker-compose.tmpl.yml) up -d
12+
docker compose -f <(sed -e "s;%%VOLUME%%;${volume};g" docker-compose.tmpl.yml) up -d
1313
fi

0 commit comments

Comments
 (0)