We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3974b36 commit 49a0687Copy full SHA for 49a0687
docker/Dockerfile.mysql
@@ -2,10 +2,10 @@
2
FROM mysql:8
3
4
# Uncomment the environment variables if are running the "docker build" command
5
-ENV MYSQL_ROOT_PASSWORD=root
6
-ENV MYSQL_DATABASE=store
7
-ENV MYSQL_USER=admin
8
-ENV MYSQL_PASSWORD=admin
+# ENV MYSQL_ROOT_PASSWORD=root
+# ENV MYSQL_DATABASE=store
+# ENV MYSQL_USER=admin
+# ENV MYSQL_PASSWORD=admin
9
10
# Copy the database initialization script to the container
11
COPY docker/init.sql /docker-entrypoint-initdb.d/
0 commit comments