Skip to content

Commit

Permalink
fixed a regression in v1.7.1 (commit beac685) where I somehow let som…
Browse files Browse the repository at this point in the history
…e mount points slip into the standalone versions of the docker-compose files, which would fail if those files weren't present
  • Loading branch information
mmguero committed Nov 20, 2019
1 parent c68134c commit 8e3823a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose-standalone-zeek-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ services:
- ./pcap:/data/pcap
- ./moloch-logs:/data/moloch/logs
- ./moloch-raw:/data/moloch/raw
- ./moloch/etc:/data/moloch/etc
- ./moloch/wise/source.zeeklogs.js:/data/moloch/wiseService/source.zeeklogs.js:ro
zeek:
image: malcolmnetsec/zeek:1.7.1
restart: "no"
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ services:
- ./pcap:/data/pcap
- ./moloch-logs:/data/moloch/logs
- ./moloch-raw:/data/moloch/raw
- ./moloch/etc:/data/moloch/etc
- ./moloch/wise/source.zeeklogs.js:/data/moloch/wiseService/source.zeeklogs.js:ro
zeek:
image: malcolmnetsec/zeek:1.7.1
restart: "no"
Expand Down

0 comments on commit 8e3823a

Please sign in to comment.