"1" was necessary. Added comments. Fixed name. Ready.

This commit is contained in:
WilliamMiceli
2018-12-05 15:35:58 -05:00
parent d8381eae97
commit 42e509c5e7
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# PHPMyAdmin # phpMyAdmin
https://hub.docker.com/r/phpmyadmin/phpmyadmin/ https://hub.docker.com/r/phpmyadmin/phpmyadmin/

View File

@@ -7,7 +7,7 @@ services:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
environment: environment:
PMA_ARBITRARY: 1 PMA_ARBITRARY: 1 # Allows the user to specify any arbitrary server using address/hostname and port
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
{{- if .Values.HOST_LABEL}} {{- if .Values.HOST_LABEL}}

View File

@@ -1,6 +1,6 @@
name: PHPMyAdmin name: phpMyAdmin
description: | description: |
Status: NOT READY A free and open source administration tool for MySQL and MariaDB.
version: latest version: latest
category: Database Administration category: Database Administration
maintainer: WilliamMiceli maintainer: WilliamMiceli