From 8ef83c070ea611320ec8bcee4730e8ae501c690b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 31 Jul 2022 23:04:30 +0200 Subject: [PATCH] Update the documentation to use the Docker official repository Seems like I missed some entries Ref: 249d02fddfb17a0e4f32dd7944b08bf3bcc2c7c9 Ref: https://github.com/phpmyadmin/docker/issues/56 Signed-off-by: William Desportes --- doc/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index a2f918cb8d..23aa0ef975 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -387,7 +387,7 @@ using the volumes directive: .. code-block:: yaml phpmyadmin: - image: phpmyadmin/phpmyadmin + image: phpmyadmin:latest container_name: phpmyadmin environment: - PMA_ARBITRARY=1 @@ -466,7 +466,7 @@ configuration: services: phpmyadmin: restart: always - image: phpmyadmin/phpmyadmin + image: phpmyadmin:latest container_name: phpmyadmin hostname: phpmyadmin domainname: example.com