Skip to content
Snippets Groups Projects
Unverified Commit 446195fa authored by ooo oo's avatar ooo oo Committed by GitHub
Browse files

remove version top-level element in the compose.yml file (#349)

### What problem does this PR solve?

![image](https://github.com/infiniflow/ragflow/assets/106524776/56eec972-e92a-4cd2-92cc-4c20ba478a52)

- 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)

![image](https://github.com/infiniflow/ragflow/assets/106524776/e42ebfb7-d51e-4423-b6dd-3a7568a6be4f)

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
parent 10cdd725
No related branches found
No related tags found
No related merge requests found
version: '2.2'
include: include:
- path: ./docker-compose-base.yml - path: ./docker-compose-base.yml
env_file: ./.env env_file: ./.env
......
version: '2.2'
services: services:
es01: es01:
container_name: ragflow-es-01 container_name: ragflow-es-01
......
version: '2.2'
include: include:
- path: ./docker-compose-base.yml - path: ./docker-compose-base.yml
env_file: ./.env env_file: ./.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment