Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error deploying "driver failed programming external connectivity on endpoint" #1335

Closed
rkuinkel opened this issue May 4, 2024 · 1 comment
Assignees

Comments

@rkuinkel
Copy link

rkuinkel commented May 4, 2024

Screenshot 2024-05-04 222020
Screenshot 2024-05-04 222548
I am new to this.

@davidcr01 davidcr01 self-assigned this May 7, 2024
@davidcr01
Copy link
Contributor

Hello.

The problem is that, when deploying the single node Wazuh docker deployment, Docker can not expose the 55000 port of your machine because it is already being used by a Wazuh manager.
I wonder why you want a Wazuh manager and a single node Wazuh docker deployment in the same machine when the Docker deployment implies having a Wazuh manager inside the container.

If this is your desired environment, then you should redirect every Wazuh manager port of the Docker deployment by modifying the docker-compose.yml file:

ports:
- "1514:1514"
- "1515:1515"
- "514:514/udp"
- "55000:55000"

If you just want a Docker deployment, please remove the Wazuh manager installed in your system and then, the port problem will be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants