Update Docker Compose file format: 2.0 → 2.4 (minor)

Allows the use of additional parameters such as `cpus` and
`healthcheck`.
This commit is contained in:
Andrew Kvalheim 2020-04-13 08:13:07 -07:00
parent dfb159a0e1
commit c34b55c1b8
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
version: '2'
version: "2.4"
services:
osem:
build:

View file

@ -1,4 +1,4 @@
version: "2"
version: "2.4"
services:
database:

View file

@ -1,4 +1,4 @@
version: "2"
version: "2.4"
services:
production_database: