Skip to content

Commit

Permalink
Remove redis service due to built-in support by misp-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pe3zx committed Sep 28, 2021
1 parent b63d31a commit e147823
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ services:
networks:
- mthc

redis:
image: bitnami/redis:latest
ports:
- 6379
volumes:
- ./data/redis:/bitnami/redis/data/
environment:
- REDIS_PASSWORD=password
networks:
mthc:
ipv4_address: 172.16.0.13

misp-db:
image: mysql/mysql-server:5.7
restart: unless-stopped
Expand Down

0 comments on commit e147823

Please sign in to comment.