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 first line of the ouput is WARN[0000] <pwd>/docker-compose.yml: `version` is obsolete. I looked it up on google and found a closed issue docker/compose#11628. The resolution is that the attribute version is not needed anymore and also, here's the docs section to back it up.
The text was updated successfully, but these errors were encountered:
Obsolete attribute
When I was doing Part 2 Section 1 (Migrating to Docker Compose) I ran into an issue after running
docker compose build
with the givendocker-compose.yml
:The first line of the ouput is
WARN[0000] <pwd>/docker-compose.yml: `version` is obsolete
. I looked it up on google and found a closed issue docker/compose#11628. The resolution is that the attributeversion
is not needed anymore and also, here's the docs section to back it up.The text was updated successfully, but these errors were encountered: