mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
update
This commit is contained in:
parent
d63d2967aa
commit
e15a9a68d5
@ -18,4 +18,4 @@ VOLUME /opt/bro/logs
|
||||
WORKDIR /opt/bro/logs
|
||||
ENV PATH /opt/bro/bin:$PATH
|
||||
|
||||
CMD ["bro", "-i", "eth0"]
|
||||
CMD ["bro", "--no-checksums", "--iface", "eth0"]
|
||||
|
@ -21,7 +21,7 @@ typical IDS you may know.
|
||||
```
|
||||
bro:
|
||||
image: vimagick/bro
|
||||
command: bro -i eth0
|
||||
command: bro -C -i eth0
|
||||
volumes:
|
||||
- ./logs:/opt/bro/logs
|
||||
net: container:shadowsocks_shadowsocks_1
|
||||
|
Loading…
Reference in New Issue
Block a user