From c35003bba015f48c0c3a720bfc4cf81d0385816b Mon Sep 17 00:00:00 2001 From: Kowyo Date: Thu, 31 Jul 2025 13:56:06 +0800 Subject: [PATCH] fix: remove obsolete attribute `version` in docker compose (#13172) Fix the warning: WARN[0000] docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2e90d897f21..189dde5e3e1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.11" services: litellm: build: