Skip to content

Commit 27909b4

Browse files
committed
🐛 Bug fix: deploy supabase failed on older docker-compose version
1 parent 4cb1ff4 commit 27909b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ deploy_infrastructure() {
572572
fi
573573

574574
# Start Supabase services
575-
if ! docker-compose -p nexent -f "docker-compose-supabase${COMPOSE_FILE_SUFFIX}" up -d; then
575+
if ! $docker_compose_command -p nexent -f "docker-compose-supabase${COMPOSE_FILE_SUFFIX}" up -d; then
576576
echo " ❌ ERROR Failed to start supabase services"
577577
ERROR_OCCURRED=1
578578
return 1

0 commit comments

Comments
 (0)