You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: