docs/compose/config
Mazz Mosley a594a2ccc2 Disallow booleans in environment
When users were putting true/false/yes/no in the environment key,
the YML parser was converting them into True/False, rather than leaving
them as a string.

This change will force people to put them in quotes, thus ensuring
that the value gets passed through as intended.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-15 15:33:30 +01:00
..
__init__.py Run pre-commit on all files 2015-08-24 17:04:50 -04:00
config.py Merge pull request #1954 from nhumrich/master 2015-09-10 16:35:40 -07:00
errors.py Split out compose.config.errors 2015-08-05 15:50:22 +01:00
fields_schema.json Disallow booleans in environment 2015-09-15 15:33:30 +01:00
interpolation.py Run pre-commit on all files 2015-08-24 17:04:50 -04:00
service_schema.json Split validation into fields and service 2015-09-02 15:42:38 +01:00
validation.py Refactor to simplify _parse_valid_types 2015-09-15 14:29:00 +01:00