forked from wazuh/wazuh-docker
Update expose instruction to use TCP for logging
This commit is contained in:
@@ -49,6 +49,6 @@ RUN chmod 755 /permanent_data.sh && \
|
|||||||
sync && rm /permanent_data.sh
|
sync && rm /permanent_data.sh
|
||||||
|
|
||||||
# Services ports
|
# Services ports
|
||||||
EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp
|
EXPOSE 55000/tcp 1514/tcp 1515/tcp 514/udp 1516/tcp
|
||||||
|
|
||||||
ENTRYPOINT [ "/init" ]
|
ENTRYPOINT [ "/init" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user