Skip to content

Commit 4a9fe8f

Browse files
authored
fix: Use docker compose instead of docker-compose
Fixes: vendor/thisisdevelopment/laravel-base-dev/assets/bin/dev: line 26: docker-compose: command not found
1 parent bfb19a1 commit 4a9fe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -n "${COMPOSER_RUNTIME_BIN_DIR:-}" ]; then
77
else
88
cd $(dirname "$0")/../../
99
fi
10-
COMPOSE="docker-compose"
10+
COMPOSE="docker compose"
1111
COMPOSE_SERVICE="app"
1212

1313
if [ ! -f "docker-compose.yml" ]; then

0 commit comments

Comments
 (0)