We need to update docker-compose.yml so that a warning is not displayed when running docker-compose up
$ docker-compose up
time="2026-03-15T08:28:12-07:00" level=warning msg="C:\\code\\hfla\\website\\docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
Prerequisites
Overview
We need to update docker-compose.yml so that a warning is not displayed when running
docker-compose upAction Items
docker-compose upand observe that a warning similar to the one shown below is displayed.docker-compose.ymlfile.versionproperty and remove it. It is the first line in the file.docker-compose up. Include before and after screenshots with your pull request.Resources/Instructions