WeblateOrg / docker-compose

Docker compose for Weblate
https://docs.weblate.org/en/latest/admin/deployments.html#docker
GNU General Public License v3.0
79 stars 64 forks source link

Unknown docker installation requirements #4

Closed romanr closed 5 years ago

romanr commented 5 years ago

Describe the bug Nowhere in the documentation there is a mention of what version of docker is required

To Reproduce

Install current version of Debian (stretch)

# apt-get install docker
# apt-get install docker-compose
# git clone https://github.com/WeblateOrg/docker-compose.git weblate-docker
# cd weblate-docker
# docker-compose up
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") 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/

My guess is that docker is too old version in current Debian?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/76583299-unknown-docker-installation-requirements?utm_campaign=plugin&utm_content=tracker%2F111423278&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F111423278&utm_medium=issues&utm_source=github).
nijel commented 5 years ago

The current version of Debian (buster) should have recent enough version ;-). You can still install latest Docker engine on stretch using https://docs.docker.com/install/linux/docker-ce/debian/.

We use docker-compose 3 file format, what needs Docker engine 1.13.0+

romanr commented 5 years ago

Thank you for the quick response! I will try that. (the new Weblate logo is looking a lot like retailer https://www.woolworths.com.au )

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.