Fix phabricator example

This commit is contained in:
Filip Grzadkowski
2015-09-28 14:34:14 +02:00
parent f8a9943d90
commit 4b515db460
8 changed files with 69 additions and 158 deletions

View File

@@ -28,6 +28,20 @@
"name": "http-server",
"containerPort": 80
}
],
"env": [
{
"name": "MYSQL_SERVICE_IP",
"value": "1.2.3.4"
},
{
"name": "MYSQL_SERVICE_PORT",
"value": "3306"
},
{
"name": "MYSQL_PASSWORD",
"value": "1234"
}
]
}
]