mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
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:
parent
0646e41a82
commit
b6208d4d4b
3 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version: '2'
|
||||
version: "2.4"
|
||||
|
||||
services:
|
||||
osem:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: "2"
|
||||
version: "2.4"
|
||||
|
||||
services:
|
||||
database:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: "2"
|
||||
version: "2.4"
|
||||
|
||||
services:
|
||||
production_database:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue