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:
parent
af95c2e55f
commit
e1f9118ead
@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: songtianlun/today_ai_weather:latest
|
image: songtianlun/today_ai_weather:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user