update docker compose file with ports UDP

This commit is contained in:
Jose Luis
2016-12-01 11:14:49 -05:00
parent c6e57eb2ba
commit 8f9423be49

View File

@@ -4,9 +4,9 @@ services:
wazuh:
image: wazuh/wazuh:latest
ports:
- "1514:1514"
- "1515:1515"
- "514:514"
- "1514/udp:1514/udp"
- "1515/udp:1515/udp"
- "514/udp:514/udp"
- "55000:55000"
networks:
- docker_elk