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.
This commit is contained in:
songtianlun 2025-01-23 10:31:50 +08:00
parent af95c2e55f
commit e1f9118ead

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
web:
image: songtianlun/today_ai_weather:latest