-
-
Notifications
You must be signed in to change notification settings - Fork 851
Open
Labels
Feature: DockerReady for Prioritizationgood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: 0.25ptCan be done in 0.5 to 1.5 hoursCan be done in 0.5 to 1.5 hours
Milestone
Description
Prerequisites
- Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page and attend an onboarding session.
- You have already read our How to Contribute to Hack for LA Guide.
Overview
We need to update docker-compose.yml so that a warning is not displayed when running docker-compose up
Action Items
- Run
docker-compose upand observe that a warning similar to the one shown below is displayed.
$ 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"
- In your IDE, open the
docker-compose.ymlfile. - Find the top-level
versionproperty and remove it. It is the first line in the file.
version: "3"
- Verify that the warning is no longer displaying when running
docker-compose up. Include before and after screenshots with your pull request.
Resources/Instructions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: DockerReady for Prioritizationgood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: 0.25ptCan be done in 0.5 to 1.5 hoursCan be done in 0.5 to 1.5 hours
Type
Projects
Status
New Issue Approval