Skip to content

Commit

Permalink
Developer Guide: Update Introduction to YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Nov 27, 2023
1 parent 49e69e5 commit bded4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/technologies/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
MARIADB_PASSWORD: "compo$$e" # sets password to "compo$e"
```
Values that contain a `$` are otherwise [interpreted as a variable](https://docs.docker.com/compose/compose-file/12-interpolation/#interpolation). In this case, both the `$VARIABLE` and the `${VARIABLE}` syntax are supported. For details, please refer to the [Docker Compose documentation](https://docs.docker.com/compose/compose-file/12-interpolation/#interpolation).
Values that contain a `$` are otherwise [interpreted as a variable](https://docs.docker.com/compose/compose-file/12-interpolation/#interpolation). In this case, both the `$VARIABLE` and the `${VARIABLE}` syntax are supported. Further details on the use of variables can be found in the [file format reference](https://docs.docker.com/compose/compose-file/12-interpolation/#interpolation).
### True / False ###
Expand Down

0 comments on commit bded4bd

Please sign in to comment.