From a93611442e0a073a343b8e9b682f58bd07e33fa5 Mon Sep 17 00:00:00 2001 From: Pl217 Date: Mon, 27 Nov 2023 10:24:02 +0100 Subject: [PATCH] HPC-9088: Remove version from compose files The top-level `version` property is defined by the Compose Specification for backward compatibility. It is only informative. https://docs.docker.com/compose/compose-file/04-version-and-name/ --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b734e2bbd..d39b0398d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,3 @@ -version: '3.5' services: hpc_cdm: image: hpc-cdm