Ubuntu Docker Compose Error

When you install docker with the default installer of Ubuntu (in our case. 20.04.3) you get following error by using „sudo docker-compose up“

ERROR: 
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml

It is quiet easy to be fixed. Just install/reinstall docker-compose with following command:

sudo apt-get install docker-compose

an then you can use:

sudo docker-compose up

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Time limit is exhausted. Please reload the CAPTCHA.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.