Update docker-compose.yml (#7962)

If the name field is not specified, Docker Compose will default to using
`docker` as the project name. This may cause conflicts with other
default projects, leading to unintended operations when executing
`docker compose` commands.

### What problem does this PR solve?

When executing Docker Compose commands, interference occurs between
multiple default projects, leading to operational chaos.​

### Type of change

- [x] Other (please describe):
This commit is contained in:
xiaoping 2025-05-30 13:10:59 +08:00 committed by GitHub
parent 62de535ac8
commit a835e97440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
name: ragflow
include: include:
- ./docker-compose-base.yml - ./docker-compose-base.yml