docker init script: added start of mysql in the database container
Compare changes
- Hahn Axel (hahn) authored
+ 41
− 5
@@ -26,6 +26,8 @@
@@ -39,7 +41,7 @@ _self=$( basename "$0" )
@@ -66,6 +68,7 @@ DC_CONFIG_CHANGED=0
@@ -112,6 +115,10 @@ fi
@@ -137,6 +144,15 @@ function _key(){
@@ -148,44 +164,60 @@ function showMenu(){
@@ -706,6 +738,10 @@ while true; do