From 3041514d093164602f348a200719b5d0198baa47 Mon Sep 17 00:00:00 2001 From: Mark Altmann Date: Wed, 18 Dec 2024 21:21:43 +0100 Subject: [PATCH] Change Phpmyadmin image link the new phymyadmin goes to the proper image. This is needed, as the "old" one, did not have arm64 deployed. Check the discussion here: https://github.com/phpmyadmin/phpmyadmin/issues/17460 And especially here: https://github.com/phpmyadmin/phpmyadmin/issues/17460#issuecomment-1079808360 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d00b5ac..bed5ee0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,7 +71,7 @@ services: networks: - default phpmyadmin: - image: phpmyadmin/phpmyadmin + image: phpmyadmin:latest links: - db:db ports: @@ -81,4 +81,4 @@ services: MYSQL_PASSWORD: test MYSQL_ROOT_PASSWORD: test volumes: - persistent: \ No newline at end of file + persistent: