graham-walker / youtube-dl-react-viewer

Web app for youtube-dl/yt-dlp, created using the MERN stack
https://react.gwalkerux.com/
MIT License
92 stars 9 forks source link

ERROR: Version in "./docker-compose.yaml" is unsupported. #19

Closed Snake883 closed 3 years ago

Snake883 commented 3 years ago

Received the error message:

ERROR: Version in "./docker-compose.yaml" is unsupported.

Followed these instructions: sudo apt install docker-compose Running in Docker

JamoDevNich commented 3 years ago

Which docker-compose version are you running?

If it's older than 1.27.4, could you try apt remove docker-compose and install from pypi instead pip3 install docker-compose?

Snake883 commented 3 years ago

Which docker-compose version are you running?

docker-compose version 1.17.1, build unknown

Installing the pip version worked.

Thank you.