We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to deploy Raveberry on a Raspberry Pi 2 model B using Balena Cloud with :
Unfortunately version 3 of your docker-compose.yml file doesn't seems to be currently supported as it raises
docker-compose.yml
Error: Unsupported composition version
I had a look at
https://www.balena.io/docs/reference/supervisor/docker-compose/
but couldn't find much information about docker-compose supported versions
I tried changing 3 to 2 at
https://github.com/raveberry/raveberry/blob/1c5be126783b28264c2d9165d409348fb5fb3277/docker-compose.yml#L1
but it raises
Error: Bind mounts are not allowed
Some help will be great as I'm not a Docker specialist!
Any chance to have this running using Balena Cloud?
See also raveberry/raveberry#94
Kind regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to deploy Raveberry on a Raspberry Pi 2 model B using Balena Cloud with :
Unfortunately version 3 of your
docker-compose.yml
file doesn't seems to be currently supported as it raisesI had a look at
https://www.balena.io/docs/reference/supervisor/docker-compose/
but couldn't find much information about docker-compose supported versions
I tried changing 3 to 2 at
https://github.com/raveberry/raveberry/blob/1c5be126783b28264c2d9165d409348fb5fb3277/docker-compose.yml#L1
but it raises
Some help will be great as I'm not a Docker specialist!
Any chance to have this running using Balena Cloud?
See also raveberry/raveberry#94
Kind regards
The text was updated successfully, but these errors were encountered: