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

Docker deployment should work with Docker Compose 2.x #1314

Closed
vcerenu opened this issue Apr 24, 2024 · 3 comments
Closed

Docker deployment should work with Docker Compose 2.x #1314

vcerenu opened this issue Apr 24, 2024 · 3 comments
Assignees
Labels

Comments

@vcerenu
Copy link
Member

vcerenu commented Apr 24, 2024

Context

We have received issues from the community on many occasions with errors in the deployment of Wazuh in Docker using version 2.x of Docker Compose.

It is necessary to investigate what changes are necessary to adapt the current deployment process, compatible with Docker Compose 1.x, to be able to deploy without problems with Docker Compose 2.x.

@teddytpc1 teddytpc1 changed the title Wazuh deployment update Docker deployment should work with Docker Compose 2.x Jun 11, 2024
@schneich
Copy link

Please allow me to jump in here. In the current version of the docker specification, there is no need to provide a version number at all - but you have to use docker compose up. (without the dash)

Reference:

All your containers seem to start up properly with docker compose up - except the SSL-certificate-creation-container.

@schneich
Copy link

schneich commented Jun 26, 2024

This might be of relevance as well: #1406

@davidjiglesias
Copy link
Member

We are redesigning our Docker deployment in 5.0.0

@davidjiglesias davidjiglesias closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants