Selaa lähdekoodia

Merge pull request #1 from joe380/joe380-patch-issue-3535

Fix for bug #3535
Ján Peti 9 kuukautta sitten
vanhempi
säilyke
c3280bd68b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      mysql/Dockerfile

+ 1 - 1
mysql/Dockerfile

@@ -17,7 +17,7 @@ RUN chmod 0444 /etc/mysql/conf.d/my.cnf
 
 RUN if [ ${MYSQL_VERSION} > '8.4.0-0.000' ]; then \
   echo 'mysql_native_password=on' >> /etc/mysql/conf.d/my.cnf \
-else \
+;else \
   echo 'default-authentication-plugin=mysql_native_password' >> /etc/mysql/conf.d/my.cnf \
 ;fi