mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -18,4 +18,4 @@ VOLUME /opt/bro/logs
|
|||||||
WORKDIR /opt/bro/logs
|
WORKDIR /opt/bro/logs
|
||||||
ENV PATH /opt/bro/bin:$PATH
|
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:
|
bro:
|
||||||
image: vimagick/bro
|
image: vimagick/bro
|
||||||
command: bro -i eth0
|
command: bro -C -i eth0
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs:/opt/bro/logs
|
- ./logs:/opt/bro/logs
|
||||||
net: container:shadowsocks_shadowsocks_1
|
net: container:shadowsocks_shadowsocks_1
|
||||||
|
|||||||
Reference in New Issue
Block a user