From e8e4c8ea8d8152d0bae5b67dc13dd81e19fa8df7 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Sun, 5 Jan 2025 19:19:13 +0100 Subject: [PATCH] chore: Omit obsolete version in compose.yaml Originally, the version property was used to specify the schema version of the Compose file. This was helpful for backward compatibility. However, Docker Compose has evolved, and it now uses the latest Compose Specification by default. This means that specifying a version is redundant and can even lead to warnings. --- docker-compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index abf4f8a..c45835a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,3 @@ -version: '3' services: web: build: .