forked from wazuh/wazuh-docker
Filebeat registry (#109)
* Add filebeat registry * Remove registry enrty
This commit is contained in:
committed by
Jesús Linares
parent
cb2e49eb54
commit
f3cc91fdf6
@@ -18,6 +18,7 @@ services:
|
||||
# - my-path:/var/ossec/data:Z
|
||||
# - my-path:/etc/postfix:Z
|
||||
# - my-path:/etc/filebeat
|
||||
# - my_path:/var/lib/filebeat
|
||||
# - my-custom-config-path/ossec.conf:/wazuh-config-mount/etc/ossec.conf
|
||||
# command: ["echo 'hello world'"]
|
||||
depends_on:
|
||||
|
||||
@@ -55,6 +55,7 @@ RUN chmod 755 /entrypoint.sh
|
||||
VOLUME ["/var/ossec/data"]
|
||||
VOLUME ["/etc/filebeat"]
|
||||
VOLUME ["/etc/postfix"]
|
||||
VOLUME ["/var/lib/filebeat"]
|
||||
|
||||
# Services ports
|
||||
EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp
|
||||
|
||||
Reference in New Issue
Block a user