Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76e99e0

Browse files
committedAug 31, 2014
Removed "/data" from mount points.
1 parent d77524b commit 76e99e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
2121
rm -f /tmp/config
2222

2323
# Define mountable directories.
24-
VOLUME ["/data", "/etc/mysql", "/var/lib/mysql"]
24+
VOLUME ["/etc/mysql", "/var/lib/mysql"]
2525

2626
# Define working directory.
2727
WORKDIR /data

0 commit comments

Comments
 (0)
Please sign in to comment.