"1" was necessary. Added comments. Fixed name. Ready.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# PHPMyAdmin
|
# phpMyAdmin
|
||||||
|
|
||||||
https://hub.docker.com/r/phpmyadmin/phpmyadmin/
|
https://hub.docker.com/r/phpmyadmin/phpmyadmin/
|
||||||
@@ -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}}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user