-
Notifications
You must be signed in to change notification settings - Fork 366
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-compose up -d vs. docker compose up -d #7444
Comments
Two more things:
Example:
|
Hi @schneich
We are already aware of this and we have this issue in our roadmap wazuh/wazuh-docker#1314 About the following points:
I suggest you open an issue in the wazuh-docker repository so the team can analyze it and work on it if it is accepted, we need to test it and check if the functionality is affected
Keep in mind that certain Docker upgrades maintain the old docker-compose files https://documentation.wazuh.com/current/deployment-options/docker/upgrading-wazuh-docker.html#keeping-custom-docker-compose-files, so those new additions will not be present |
Issue closed as the Docker implementation will be refactored in 5.0.0 wazuh/wazuh-docker#1314 (comment) |
Dear Wazuh-Team,
please change the docker documentation: https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html
docker-compose up -d
(dash between docker and compose) uses the old engine, where asdocker compose up -d
is the new one, where all features are supported.Thank you,
Chris
Edit: source: https://docs.docker.com/compose/migrate/
The text was updated successfully, but these errors were encountered: