Upgrade Docker Compose version to 3.8 (#5188)

Signed-off-by: Reza Mirjahanian <rmirjahanian@gmail.com>
This commit is contained in:
Reza Mirjahanian 2024-04-07 00:21:16 +03:30 committed by GitHub
parent dee2aeafed
commit 5c1f7be3ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: "3"
version: "3.8"
services:
mongodb:
image: 'mongo:7-jammy'

View File

@ -1,4 +1,4 @@
version: "3"
version: "3.8"
services:
mongodb:
image: 'mongo:7-jammy'