mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 21:49:00 +08:00
remove version top-level element in the compose.yml file (#349)
### What problem does this PR solve?  - remove version top-level element in the compose.yml file when use command `docker compose -f docker-compose-CN.yml up -d` ,it will waring,[maybe it appear after v25,5](https://github.com/mailcow/mailcow-dockerized/issues/5797#issuecomment-2011349228)  ref to https://docs.docker.com/compose/intro/history/#docker-compose-cli-versioning > Version one of the Docker Compose command-line binary was first released in 2014. It was written in Python, and is invoked with docker-compose. Typically, Compose V1 projects include a top-level version element in the compose.yml file, with values ranging from 2.0 to 3.8, which refer to the specific [file formats](https://docs.docker.com/compose/intro/history/#compose-file-format-versioning). > Version two of the Docker Compose command-line binary was announced in 2020, is written in Go, and is invoked with docker compose. Compose V2 ignores the version top-level element in the compose.yml file. Also in `README.MD` show `Docker >= 24.0.0 & Docker Compose >= v2.26.1`. so i want to remove the version. ### Type of change - [x] Other (please describe): remove warning
This commit is contained in:
parent
10cdd72526
commit
446195fa81
@ -1,6 +1,3 @@
|
||||
version: '2.2'
|
||||
|
||||
|
||||
include:
|
||||
- path: ./docker-compose-base.yml
|
||||
env_file: ./.env
|
||||
|
@ -1,5 +1,3 @@
|
||||
version: '2.2'
|
||||
|
||||
services:
|
||||
es01:
|
||||
container_name: ragflow-es-01
|
||||
|
@ -1,5 +1,3 @@
|
||||
version: '2.2'
|
||||
|
||||
include:
|
||||
- path: ./docker-compose-base.yml
|
||||
env_file: ./.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user