WARN[0000] /home/surchs/Temporary/neurobagel/deploy1/recipes/docker-compose.yml: `version` is obsolete
in the past, it was used as a flag for whether the compose file was using any language features that were incompatible with the legacy docker-compose v1 tool. Since this legacy tool is now deprecated, the version line is ignored (hence the warning).
We could therefore remove the line from our recipes
the
version
tag:is now deprectated: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete :
in the past, it was used as a flag for whether the compose file was using any language features that were incompatible with the legacy
docker-compose
v1 tool. Since this legacy tool is now deprecated, theversion
line is ignored (hence the warning).We could therefore remove the line from our recipes