فهرست منبع

Migrate to official DockerHub repository

From readme of [phpmyadmin/docker](https://github.com/phpmyadmin/docker)
> Note that since phpMyAdmin has been accepted in to the official DockerHub repository, you can use either that or this older phpMyAdmin repository for your Docker installation. This is maintained as a courtesy to users who have not migrated.

P.S. version from `phpmyadmin` supports `caching_sha2_password`, that makes me happy :)
vaiil 3 سال پیش
والد
کامیت
2b04ed5e0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      phpmyadmin/Dockerfile

+ 1 - 1
phpmyadmin/Dockerfile

@@ -1,4 +1,4 @@
-FROM phpmyadmin/phpmyadmin
+FROM phpmyadmin
 
 LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>"