-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove docker compose top-level element 'version'
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
Showing
3 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ refer | |
|
||
.. code-block:: yaml | ||
version: "3" | ||
x-base: &base | ||
logging: | ||
driver: "json-file" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ refer | |
|
||
.. code-block:: yaml | ||
version: "3" | ||
x-base: &base | ||
logging: | ||
driver: "json-file" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ refer | |
|
||
.. code-block:: yaml | ||
version: "3" | ||
x-base: &base | ||
logging: | ||
driver: "json-file" | ||
|