[fix] Use boolean type for the multi_instance manifest key
This commit is contained in:
parent
760163f823
commit
f34527ba01
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"email": "john.doe@example.com",
|
"email": "john.doe@example.com",
|
||||||
"url": "http://example.com"
|
"url": "http://example.com"
|
||||||
},
|
},
|
||||||
"multi_instance": "false",
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php5-fpm",
|
"php5-fpm",
|
||||||
|
|
Loading…
Reference in a new issue