Fixes #618 Update Compose version to 2.3

This commit is contained in:
cytopia 2019-12-31 17:37:32 +01:00
parent 0b9d127979
commit 616fed6326
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
11 changed files with 21 additions and 14 deletions

View File

@ -51,8 +51,8 @@ Furthermore, the Devilbox provides an **identical** and **reproducible developme
![Plus](https://raw.githubusercontent.com/cytopia/icons/master/64x64/plus.png)
![Docker](https://raw.githubusercontent.com/cytopia/icons/master/64x64/docker.png)
* [Docker Engine 1.12.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-21)
* [Docker Compose 1.9.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-21)
* [Docker Engine 17.06.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-23)
* [Docker Compose 1.16.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-23)
## Architecture

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
###
### Services

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
services:

View File

@ -1,7 +1,7 @@
# vim: set ft=yaml:
# https://www.docker.elastic.co
version: '2.1'
---
version: '2.3'
services:

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
services:

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
services:

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
services:

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
services:

View File

@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'
services:

View File

@ -22,7 +22,7 @@
## $ cp env-example .env
##
version: '2.1'
version: '2.3'
################################################################################

View File

@ -53,8 +53,8 @@ The only requirements for the Devilbox is to have ``Docker`` and ``Docker Compos
everything else is bundled and provided withing the Docker container.
The minimum required versions are listed below:
* ``Docker``: 1.12.0+
* ``Docker Compose``: 1.9.0+
* ``Docker``: 17.06.0+
* ``Docker Compose``: 1.16.0+
Additionally you will require ``git`` in order to clone the devilbox project.