forked from wazuh/wazuh-docker
Updated README and docker-compose to avoid error with UDP sockets.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user