From e1f9118ead58ea8ea35d825a6501b6e9705808dd Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 23 Jan 2025 10:31:50 +0800 Subject: [PATCH] chore: remove version from compose file - Removed the version declaration from the compose.yaml file. This change simplifies the configuration by removing a version number, allowing Docker Compose to use the latest compatible version. This change does not impact the functionality of the services defined in this file. --- compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 1e33ae1..9f13845 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,3 @@ -version: '3.8' - services: web: image: songtianlun/today_ai_weather:latest