Update the documentation to use the Docker official repository

Seems like I missed some entries

Ref: 249d02fddf
Ref: https://github.com/phpmyadmin/docker/issues/56

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-07-31 23:04:30 +02:00
parent d749f090ab
commit 8ef83c070e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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