Updated README and docker-compose to avoid error with UDP sockets.

This commit is contained in:
Santiago Bassett
2017-07-14 10:34:11 -05:00
parent 548a738d69
commit 82ef76ed4d
2 changed files with 17 additions and 8 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ services:
hostname: wazuh-manager
restart: always
ports:
- "1514/udp:1514/udp"
- "1514:1514/udp"
- "1515:1515"
- "514/udp:514/udp"
- "514:514/udp"
- "55000:55000"
networks:
- docker_elk