Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix obsolete version attribute in docker-compose.yml #2207

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

ybiquitous
Copy link
Contributor

This change just removes the following warning on Docker Compose:

$ docker compose build
WARN[0000] /Users/common/minecraft-nukkit/Nukkit/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid

My Docker Compose version:

$ docker compose version
Docker Compose version v2.30.3-desktop.1

See also https://forums.docker.com/t/docker-compose-yml-version-is-obsolete/141313

This change just removes the following warning on Docker Compose:

```sh-session
$ docker compose build
WARN[0000] /Users/common/minecraft-nukkit/Nukkit/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid
```

My Docker Compose version:

```sh-session
$ docker compose version
Docker Compose version v2.30.3-desktop.1
```

See also https://forums.docker.com/t/docker-compose-yml-version-is-obsolete/141313
@PetteriM1 PetteriM1 merged commit d02928d into CloudburstMC:master Dec 8, 2024
1 check passed
@ybiquitous ybiquitous deleted the patch-1 branch December 8, 2024 16:00
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.

2 participants