forked from wazuh/wazuh-docker
fix 2
fix VOLUME ["/etc/filebeat"]
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ ADD config/run.sh /tmp/run.sh
|
|||||||
RUN chmod 755 /tmp/run.sh
|
RUN chmod 755 /tmp/run.sh
|
||||||
|
|
||||||
VOLUME ["/var/ossec/data"]
|
VOLUME ["/var/ossec/data"]
|
||||||
VOLUME ["/etc/filebeat/"]
|
VOLUME ["/etc/filebeat"]
|
||||||
|
|
||||||
EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp
|
EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user