Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string. #1280

Closed
yangboz opened this issue Jun 26, 2024 · 7 comments
Closed
Labels
question Further information is requested

Comments

@yangboz
Copy link

yangboz commented Jun 26, 2024

Describe your problem

when running in ubuntu 22.04 follow the README.md, after running docker compose up -d , it throws:

WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string. 
(root) Additional property include is not allowed

any idea? thanks.

Current Repo: ragflow
Commit Id: 80163c0
Operating system: Ubuntu 24.04 (Kernel version: 6.8.0-35-generic)
CPU Type: x86_64
Memory: 62Gi
Docker Version: 24.0.7,
Python Version: 3.11.9

docker -v
Docker version 24.0.7, build 24.0.7-0ubuntu4

docker compose version
Docker Compose version v2.3.3

@yangboz yangboz added the question Further information is requested label Jun 26, 2024
@cyhasuka
Copy link

If you are in mainland China, use the docker-compose-CN.yml instead.

docker compose -f docker-compose-CN.yml up -d

@yangboz
Copy link
Author

yangboz commented Jun 26, 2024

If you are in mainland China, use the docker-compose-CN.yml instead.

docker compose -f docker-compose-CN.yml up -d
still the same
:(

WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string. 
(root) Additional property include is not allowed

@KevinHuSh
Copy link
Collaborator

Check the docker version. It's a little lower.

@yangboz
Copy link
Author

yangboz commented Jun 27, 2024

so what's your suggested version ? thanks.

@cyhasuka
Copy link

My docker version is the same as yours, and my docker compose version is v2.21.0. It's works fine.

@yangboz
Copy link
Author

yangboz commented Jun 27, 2024

and , here is my testing server info :
docker -v
Docker version 24.0.7, build 24.0.7-0ubuntu4
as required docker version >=24 from readme.md

@yangboz
Copy link
Author

yangboz commented Jun 27, 2024

My docker version is the same as yours, and my docker compose version is v2.21.0. It's works fine.

tried downgrade my docker-compose from version v2,28.1 to v2.21.0
after running docker compose up -d ,
here is coming the old issue again.

Screenshot 2024-06-27 at 17 36 02

just wondering , how the host know the es01 name ? even IP:1200 for es is working.

elastic_transport.ConnectionError: Connection error caused by: NameResolutionError(<urllib3.connection.HTTPConnection object at 0x72150feb18a0>: Failed to resolve 'es01' ([Errno -2] Name or service not known))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants