1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
This commit is contained in:
kev 2015-07-01 17:53:47 +08:00
parent d63d2967aa
commit e15a9a68d5
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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