Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Fix #1676 (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
matletix committed Sep 11, 2020
1 parent fb71be2 commit 9fbfa77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ services:
restart: always
command: bash -c 'while ! timeout 1 bash -c "echo > /dev/tcp/elasticsearch/9200";do sleep 1;done && crond -n'
volumes:
- cron:/opt/mozdef/envs/mozdef/cron
- geolite_db:/opt/mozdef/envs/mozdef/data/
depends_on:
- base
Expand Down Expand Up @@ -346,7 +345,6 @@ volumes:
elasticsearch:
rabbitmq:
mongodb:
cron:
geolite_db:

networks:
Expand Down

0 comments on commit 9fbfa77

Please sign in to comment.