This commit is contained in:
vcerenu
2022-02-22 10:59:19 -03:00
parent 14b3979268
commit 485ccfcb05
+1 -1
View File
@@ -30,6 +30,6 @@ RUN mkdir -p /usr/share/wazuh-dashboard/data/wazuh/config && chown -R 101:101 /u
RUN mkdir -p /usr/share/wazuh-dashboard/data/wazuh/logs && chown -R 101:101 /usr/share/wazuh-dashboard/data/wazuh/logs && chmod -R 775 /usr/share/wazuh-dashboard/data/wazuh/logs
# Services ports
EXPOSE 5601
EXPOSE 443
ENTRYPOINT [ "/entrypoint.sh" ]