Skip to content

Commit

Permalink
docs: remove docker compose top-level element 'version'
Browse files Browse the repository at this point in the history
Docker compose 'version' element has been deprecated and shows up with an obsoleted error.

On the install from Package guide, remove docker compose top-level element 'version'

Following the document https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element ,
The top-level version property is defined by the Compose Specification for backward compatibility. It is only informative.

As a result, On the install from Package documents need to remove deprecated top-level version element.

Fixed #2034
  • Loading branch information
studioego committed Apr 18, 2024
1 parent 5d69e72 commit 4d6fbe5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ refer

.. code-block:: yaml
version: "3"
x-base: &base
logging:
driver: "json-file"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ refer

.. code-block:: yaml
version: "3"
x-base: &base
logging:
driver: "json-file"
Expand Down
1 change: 0 additions & 1 deletion docs/install/install-from-package/prepare-database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ refer

.. code-block:: yaml
version: "3"
x-base: &base
logging:
driver: "json-file"
Expand Down

0 comments on commit 4d6fbe5

Please sign in to comment.