-
Notifications
You must be signed in to change notification settings - Fork 943
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
Docker-compose doesn't work #114
Comments
Hello, The problem come from |
Yup, I saw that the thing is. Did you guys try to spin up opencti on a clean ubuntu 18? |
I've had problems similar in the past due to the the docker-compose.yml containing options for volumes in order to make the data persistent. I resorted back to the previous version of docker-compose.yml which did not have the volumes configuration. Are you noticing any exceptions being thrown by ElasticSearch? |
Same problem here, where i can find the previous version of docker-compose.yml ? |
Hello there, We refactor the volumes configuration of Docker compose. We come back to a more classic configuration compliant with most of cloud platforms. Could you please clear all your config (stop Docker daemon, rm -R /var/lib/docker/*, start Docker daemon) and start fresh (git pull this repository and docker-compose up) ? |
Hello @SamuelHassine, i followed your advice and now is working, i can correctly login in the platform. |
@soreno123 : Yes sorry, we are aware of this bug #118. |
Description
I just did docker-compose up and I can't get up the environment:
Environment
Reproducible Steps
git clone opencti
docker-compose up
Expected Output
The text was updated successfully, but these errors were encountered: