Skip to content

Commit

Permalink
HPC-9088: Remove version from compose files
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
Pl217 committed Nov 24, 2023
1 parent 5f25c2a commit 24b6669
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion compose.integrated.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.3'
services:
api:
container_name: hpc_api
Expand Down
1 change: 0 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
api:
container_name: hpc_api
Expand Down

0 comments on commit 24b6669

Please sign in to comment.