We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8733bea + 7a92c77 commit 2650072Copy full SHA for 2650072
tools/docker-dev/sql/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
RUN sed -i '/bind-address/c\bind-address = 0.0.0.0' /etc/mysql/mariadb.conf.d/50-server.cnf
10
COPY bootstrap.sql /tmp/bootstrap.sql
11
12
-RUN service mysql start; \
+RUN service mariadb start; \
13
mariadb -e "CREATE DATABASE unity"; \
14
mariadb -e "CREATE USER 'unity'@'%' IDENTIFIED BY 'password'"; \
15
mariadb -e "GRANT ALL PRIVILEGES ON unity.* TO 'unity'@'%'"; \
0 commit comments