We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acc93e commit 6fc605aCopy full SHA for 6fc605a
mysql-8.0/Dockerfile
@@ -40,4 +40,4 @@ RUN mkdir -p /docker-entrypoint-mroonga-initdb.d && \
40
41
# mysql:8.0.30 image has DB in /var/lib/mysql/.
42
# This clears /var/lib/mysql/ to ensure creating a new DB on "docker run".
43
-VOLUME [/var/lib/mysql]
+VOLUME ["/var/lib/mysql"]
0 commit comments