progress on multi-host lxc
diff --git a/stack.sh b/stack.sh
index 0f6ea96..62f813a 100755
--- a/stack.sh
+++ b/stack.sh
@@ -168,6 +168,9 @@
 # dashboard can run
 sudo chown -R www-data:www-data $DASH_DIR
 
+# Edit /etc/mysql/my.cnf to change ‘bind-address’ from localhost (127.0.0.1) to any (0.0.0.0) and restart the mysql service:
+sudo sed -i 's/127.0.0.1/0.0.0.0/g' /etc/mysql/my.cnf
+sudo service mysql restart
 
 # Glance
 # ------