Skip to content

Commit 2cc126d

Browse files
author
Feng Honglin
committed
Merge pull request tutumcloud#73 from download13/patch-1
Removed redundant ON_CREATE_DB ENV line
2 parents e057071 + e6b18c5 commit 2cc126d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

5.6/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ ENV MYSQL_USER=admin \
2323
REPLICATION_MASTER=**False** \
2424
REPLICATION_SLAVE=**False** \
2525
REPLICATION_USER=replica \
26-
REPLICATION_PASS=replica \
27-
ON_CREATE_DB=**False**
26+
REPLICATION_PASS=replica
2827

2928
# Add VOLUMEs to allow backup of config and databases
3029
VOLUME ["/etc/mysql", "/var/lib/mysql"]

0 commit comments

Comments
 (0)