Skip to content

fix: remove obsolete version field from docker-compose.yml#172

Open
xu826Jamin wants to merge 1 commit intoc2siorg:mainfrom
xu826Jamin:fix/remove-obsolete-docker-compose-version
Open

fix: remove obsolete version field from docker-compose.yml#172
xu826Jamin wants to merge 1 commit intoc2siorg:mainfrom
xu826Jamin:fix/remove-obsolete-docker-compose-version

Conversation

@xu826Jamin
Copy link
Copy Markdown

Summary

Removes the deprecated version field from docker-compose.yml.

Problem

The version field is obsolete in recent versions of Docker Compose
and generates the following warning on every run:

the attribute version is obsolete, it will be ignored, please remove
it to avoid potential confusion

Solution

Removed the version: "3" line from docker-compose.yml.

Fixes #81

Copilot AI review requested due to automatic review settings March 23, 2026 01:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the deprecated top-level version field from docker-compose.yml to eliminate the Docker Compose warning described in #81.

Changes:

  • Removed version: "3" from docker-compose.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@xu826Jamin
Copy link
Copy Markdown
Author

Hi @Shubh942! I'm Jamin, a 2nd year Computer Engineering student interested in GDB-UI for GSoC 2026. I just submitted PR #172. I'd love to join the C2SI Slack to connect with the community — could you share a fresh invite link? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove "version" in docker-compose.yml

2 participants