-
Following the readme to install the docker-compose version for seqr and getting stuck at an image `5773605fcc44: Pull complete ERROR: for seqr Container "fe7f73f6c4c7" is unhealthy. checking the docker logs reveals Any ideas on what i missed ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
NVM the solution is to chmod 777 the elasticsearch directory e.g. after wget https://raw.githubusercontent.com/broadinstitute/seqr/master/docker-compose.yml sudo docker-compose up -d seqr sudo chmod -R 777 $SEQR_DIR/data/elasticsearch |
Beta Was this translation helpful? Give feedback.
NVM the solution is to chmod 777 the elasticsearch directory
e.g. after
SEQR_DIR=$(pwd)
wget https://raw.githubusercontent.com/broadinstitute/seqr/master/docker-compose.yml
sudo docker-compose up -d seqr
sudo chmod -R 777 $SEQR_DIR/data/elasticsearch