We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Status: Downloaded newer image for opencti/connector-import-document:6.4.8 Creating docker-master_redis_1 ... done Creating docker-master_rabbitmq_1 ... done Creating docker-master_minio_1 ... done Creating docker-master_elasticsearch_1 ... done
ERROR: for opencti Container "bdaa113f26f2" is unhealthy. ERROR: Encountered errors while bringing up the project.
Running docker version from repo with no changes display the following error "ERROR: Encountered errors while bringing up the project."
The text was updated successfully, but these errors were encountered:
I had this same issue initially, and this is due to not properly modifying the configuration for the environment (.env) file.
You can try to use the following to check errors for the container: docker logs docker-rabbitmq-1
This is my configuration file I used: rabbitmq: image: rabbitmq:4.0-management environment: - RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER} - RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS} - RABBITMQ_NODENAME=rabbit01@localhost - RABBITMQ_ERLANG_COOKIE='unique-cookie-here' volumes: - amqpdata:/var/lib/rabbitmq - ./rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro deploy: resources: limits: cpus: '1' memory: 2g restart: always healthcheck: test: rabbitmq-diagnostics -q ping start_period: 30s interval: 30s timeout: 30s retries: 3 logging: driver: "json-file" options: max-size: "200m" max-file: "3"
rabbitmq: image: rabbitmq:4.0-management environment: - RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER} - RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS} - RABBITMQ_NODENAME=rabbit01@localhost - RABBITMQ_ERLANG_COOKIE='unique-cookie-here' volumes: - amqpdata:/var/lib/rabbitmq - ./rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro deploy: resources: limits: cpus: '1' memory: 2g restart: always healthcheck: test: rabbitmq-diagnostics -q ping start_period: 30s interval: 30s timeout: 30s retries: 3 logging: driver: "json-file" options: max-size: "200m" max-file: "3"
also created a file called rabbitmq.conf: vm_memory_high_watermark.relative=0.6 total_memory_available_override_value = 2GB
vm_memory_high_watermark.relative=0.6 total_memory_available_override_value = 2GB
hope this helps you, or someone in the future.
Sorry, something went wrong.
No branches or pull requests
Status: Downloaded newer image for opencti/connector-import-document:6.4.8
Creating docker-master_redis_1 ... done
Creating docker-master_rabbitmq_1 ... done
Creating docker-master_minio_1 ... done
Creating docker-master_elasticsearch_1 ... done
ERROR: for opencti Container "bdaa113f26f2" is unhealthy.
ERROR: Encountered errors while bringing up the project.
Running docker version from repo with no changes display the following error "ERROR: Encountered errors while bringing up the project."
The text was updated successfully, but these errors were encountered: