neurobagel / recipes

Configuration files for a Neurobagel deployment.
MIT License
0 stars 0 forks source link

remove `version` tag in docker-compose.yml #56

Closed surchs closed 4 months ago

surchs commented 6 months ago

the version tag:

is now deprectated: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete :

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

neurobagel-bot[bot] commented 3 months ago

:rocket: Issue was released in v0.0.1 :rocket: