mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-03 07:08:01 +00:00
Use docker compose compatible boolean values (#66)
This commit is contained in:
@@ -9,6 +9,7 @@ from collections import OrderedDict
|
||||
import docker
|
||||
import pyaml
|
||||
|
||||
pyaml.add_representer(bool,lambda s,o: s.represent_scalar('tag:yaml.org,2002:bool',['false','true'][o]))
|
||||
IGNORE_VALUES = [None, "", [], "null", {}, "default", 0, ",", "no"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user