GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

Docer-compose version #74

Open Murtrag opened 1 year ago

Murtrag commented 1 year ago

I have just installed docker & docker-compose on new device: # docker-compose --version docker-compose version 1.21.0, build unknown

And on the devices that I have installed docker & docker-compose a few months ago in the exact same way: murtrag@DietPi:~$ docker-compose --version docker-compose version 1.25.0, build unknown

I wouldn't mind but it doesn't even support yaml files from my project:

ERROR: Version in "./frontend/docker-compose.yaml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/