Browse Source

Replace phpmyadmin with amd64-compat image #842

Mark Shust 2 years ago
parent
commit
1b4ea00814
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/compose.dev.yaml

+ 1 - 1
compose/compose.dev.yaml

@@ -24,7 +24,7 @@ services:
     volumes: *appvolumes
 
   phpmyadmin:
-    image: phpmyadmin/phpmyadmin
+    image: linuxserver/phpmyadmin
     env_file: env/db.env
     ports:
       - "8080:80"