Skip to content

Commit 098e594

Browse files
[DOCS] Remove deprecated version
1 parent def60cf commit 098e594

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Documentation/Installation/ApplicationContext.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,6 @@ path with the following content:
5757
.. literalinclude:: _ApplicationContext/_docker-compose.context.yaml
5858
:caption: [project root]/.ddev/docker-compose.context.yaml
5959

60-
.. Hint::
61-
Starting from `Docker Compose 1.27.0`, the version attribute in `docker-compose.context.yaml`
62-
files has been deprecated and is no longer required. Docker Compose now automatically
63-
selects the appropriate version based on the configuration and features used in your file.
64-
65-
66-
Example (If you're using Docker Compose 1.27.0 or newer)
67-
68-
.. code-block:: bash
69-
70-
services:
71-
web:
72-
environment:
73-
- TYPO3_CONTEXT=Development/Local
74-
75-
.. _development-settings:
76-
7760
Restart DDEV using
7861

7962
.. code-block:: bash

Documentation/Installation/_ApplicationContext/_docker-compose.context.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.6'
21
services:
32
web:
43
environment:

0 commit comments

Comments
 (0)