You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose up -d (dashbetween docker and compose) uses the old engine, where as docker compose up -d is the new one, where all features are supported.
docker-compose up -d (dash between docker and compose) uses the old engine, where as docker compose up -d is the new one, where all features are supported.
please include a top level name into the compose.yaml
please remove the version number in the compose.yaml
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
The top-level version property is defined by the Compose Specification for backward compatibility. It is only informative and you'll receive a warning message that it is obsolete if used.
Compose doesn't use version to select an exact schema to validate the Compose file, but prefers the most recent schema when it's implemented.
Compose validates whether it can fully parse the Compose file. If some fields are unknown, typically because the Compose file was written with fields defined by a newer version of the Specification, you'll receive a warning message.
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: