From 9705e2f1e364c50a481e90652dab10649013a4d3 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Fri, 27 Sep 2024 12:32:54 +0200 Subject: [PATCH] chore: remove deprecated docker-compose "version" --- docker-compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8afa5f8..97beddd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,8 +2,6 @@ # This configuration file is for the **development** setup. # It will launch Postgres and Redis containers, not the app itself. -version: "3.1" - services: db: container_name: ff-db