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
When you start or stop the demo with the latest version of docker you will get a warning message similar to this.
WARN[0000] /Users/pierretessier/Documents/GitHub/puckpuck/opentelemetry-demo/docker-compose.yml: `version` is obsolete
After some research, it seems Docker deprecated the version property in 2021 and is now considered obsolete. The compose version is now inferred from the file structure itself.
The text was updated successfully, but these errors were encountered:
When you start or stop the demo with the latest version of docker you will get a warning message similar to this.
After some research, it seems Docker deprecated the
version
property in 2021 and is now considered obsolete. The compose version is now inferred from the file structure itself.The text was updated successfully, but these errors were encountered: