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
The version directive is obsolete and should be removed from the docker-compose file.
Honestly I don't know if other compose implementations rely on it. We should probably wait a few month before removing it.
Probably also a good idea to spin up a podman-compose or any other alternative compose implementation for testing.
WARN[0000] /root/openITCOCKPIT-ce-docker/compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
The
version
directive is obsolete and should be removed from the docker-compose file.Honestly I don't know if other compose implementations rely on it. We should probably wait a few month before removing it.
Probably also a good idea to spin up a
podman-compose
or any other alternative compose implementation for testing.https://docs.docker.com/reference/compose-file/version-and-name/
The text was updated successfully, but these errors were encountered: