Skip to content

Commit 49a0687

Browse files
committed
docker: comment
1 parent 3974b36 commit 49a0687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile.mysql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
FROM mysql:8
33

44
# 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
5+
# ENV MYSQL_ROOT_PASSWORD=root
6+
# ENV MYSQL_DATABASE=store
7+
# ENV MYSQL_USER=admin
8+
# ENV MYSQL_PASSWORD=admin
99

1010
# Copy the database initialization script to the container
1111
COPY docker/init.sql /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)