-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It would appear this plugin still pulls the phpmyadmin/phpmyadmin image from docker. However, that one is deprecated and the official image is now suggested.
While both seem to be at the same version, the old one only has amd64 builds, but the new one also has arm and others. So only the new one works for arm-based Macs.
To fix this, we can override the image like this:
services:
pma:
type: phpmyadmin
hosts:
- database
database:
type: mariadb:10.11
overrides:
image: phpmyadmin
... but I think it would be nice if you just switched the image being used in the plugin to the new one.
vaggelis-net
Metadata
Metadata
Assignees
Labels
No labels