mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-10-31 12:03:35 +00:00 
			
		
		
		
	update docker compose file with ports UDP
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user