Skip to content

Commit 357170b

Browse files
authored
Update Setup.rst (#730)
There is a small typo ; in the ddev yaml config the `environment` property should be named `web_environment` (cf: https://raw.githubusercontent.com/ddev/ddev/master/pkg/ddevapp/schema.json).
1 parent 2289626 commit 357170b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Installation/Setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Edit your :file:`.ddev/config.yaml` and add:
8585
.. code-block:: yaml
8686
:caption: .ddev/config.yaml
8787
88-
environment:
88+
web_environment:
8989
- TYPO3_CONTEXT=Development/DDEV
9090
9191
Restart DDEV to apply the changes:

0 commit comments

Comments
 (0)