Skip to content

Commit

Permalink
Wrong data volume mapping for thehive (#1582)
Browse files Browse the repository at this point in the history
thehive application.conf points to /opt/data for file storage but docker-compose file mounts to /data. This commit fixes the mapping.
  • Loading branch information
KaanSK authored Nov 19, 2020
1 parent f7c0620 commit 1aa821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- '0.0.0.0:9000:9000'
volumes:
- ./thehive/application.conf:/etc/thehive/application.conf
- ./data:/data
- ./data:/opt/data
command: '--no-config --no-config-secret'

redis:
Expand Down

0 comments on commit 1aa821a

Please sign in to comment.