diff --git a/templates/PHPMyAdmin/0/README.md b/templates/PHPMyAdmin/0/README.md index d2230bd..91e65fb 100644 --- a/templates/PHPMyAdmin/0/README.md +++ b/templates/PHPMyAdmin/0/README.md @@ -1,3 +1,3 @@ -# PHPMyAdmin +# phpMyAdmin https://hub.docker.com/r/phpmyadmin/phpmyadmin/ \ No newline at end of file diff --git a/templates/PHPMyAdmin/0/docker-compose.yml b/templates/PHPMyAdmin/0/docker-compose.yml index 8c62149..531b3ec 100644 --- a/templates/PHPMyAdmin/0/docker-compose.yml +++ b/templates/PHPMyAdmin/0/docker-compose.yml @@ -7,7 +7,7 @@ services: - 1.1.1.1 - 1.0.0.1 environment: - PMA_ARBITRARY: 1 + PMA_ARBITRARY: 1 # Allows the user to specify any arbitrary server using address/hostname and port labels: io.rancher.container.pull_image: always {{- if .Values.HOST_LABEL}} diff --git a/templates/PHPMyAdmin/config.yml b/templates/PHPMyAdmin/config.yml index bd27073..78a316b 100644 --- a/templates/PHPMyAdmin/config.yml +++ b/templates/PHPMyAdmin/config.yml @@ -1,6 +1,6 @@ -name: PHPMyAdmin +name: phpMyAdmin description: | - Status: NOT READY + A free and open source administration tool for MySQL and MariaDB. version: latest category: Database Administration maintainer: WilliamMiceli