From 937b8cf66215a6a2613b30f0e20dbd053ad6a6f4 Mon Sep 17 00:00:00 2001 From: LB Date: Mon, 21 Oct 2024 17:35:43 +1000 Subject: [PATCH] Remove obsolete `version` attribute in docker compose Avoid warning when setting up. > compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion --- compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 341cd11..c5e6368 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,9 +1,7 @@ -version: '3' - volumes: postgres-data: node_modules: - + services: web: container_name: "web"