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:
parent
d749f090ab
commit
8ef83c070e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user