From e5b1844a2aefffa7efec857dc02677d8b4b21621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Fri, 26 Jun 2015 21:06:13 +0000 Subject: [PATCH] Fix port --- templates/controller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/controller.yml b/templates/controller.yml index 2c2373ac..194fd319 100644 --- a/templates/controller.yml +++ b/templates/controller.yml @@ -4,7 +4,7 @@ resources: - id: mariadb_service from: resources/mariadb_service values: - port: 5000 + port: 3306 root_password: mariadb image: mariadb ip: '{{ip}}'