From 674a600770acad37ab8560e323e38ead49b0cf97 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Tue, 24 Aug 2021 16:26:52 +0300 Subject: [PATCH] fix(compose): Drop version from compose file (#1074) We've switched to using the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md) with the recent upgrades and health-check related upgrades anyway so drop the incorrect and confusing compose file version. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 008bb14a02..c5d9ec77d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.4" x-restart-policy: &restart_policy restart: unless-stopped x-depends_on-healthy: &depends_on-healthy