General fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
chown -R mysql:mysql /run/mysql
|
||||
chown -R mysql:mysql /var/lib/mysql
|
||||
|
||||
/bin/sh /entrypoint/install-packages.sh
|
||||
|
||||
chown -R mysql:mysql /run/mysqld
|
||||
chown -R mysql:mysql /var/lib/mysql
|
||||
|
||||
service mariadb start
|
||||
|
||||
# Run the CMD that was passed (or default)
|
||||
|
Reference in New Issue
Block a user