Skip to content

Remove deprecated version field from docker-compose.yaml#17

Open
odiseusme wants to merge 1 commit into
rosen-bridge:devfrom
odiseusme:patch-1
Open

Remove deprecated version field from docker-compose.yaml#17
odiseusme wants to merge 1 commit into
rosen-bridge:devfrom
odiseusme:patch-1

Conversation

@odiseusme

Copy link
Copy Markdown

Docker Compose v2 deprecated the top-level version field. It is now
ignored and produces this warning on every docker compose up:

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

Removing the field silences the warning with no functional change.

The top-level `version` field is obsolete in Docker Compose v2 and
produces a warning on every `docker compose up`. Removing it silences
the warning with no functional change.
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.

1 participant