N8n docker compose connecivity

while trying to start docker using “sudo docker-compose up -d” error message shows up.

##error message:/usr/local/bin/docker-compose: 1: /usr/local/bin/docker-compose: Not: not found

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Hi @ALEN, welcome to the community!

This sounds like docker compose isn’t installed on your machine. Are you perhaps using docker compose v2? If so, the command would be docker compose up --detach

If that’s not it, you might want to follow the installation steps described on the docker website: Docker Engine installation overview | Docker Documentation

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.