Moved starting services to inside dockerfile; side-benefit of faster startups
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
service mysql start
|
||||
|
||||
# Perform the equivalent of running `mysql_secure_installation`
|
||||
mysql -e "UPDATE mysql.user SET authentication_string=PASSWORD('Password1234') WHERE User='root';"
|
||||
|
||||
Reference in New Issue
Block a user