fix: pma conf
This commit is contained in:
@@ -46,9 +46,9 @@ service:
|
||||
# -- for the complete list see https://docs.phpmyadmin.net/en/latest/setup.html#installing-using-docker
|
||||
config:
|
||||
# -- if set to 1, will permit to use any arbitrary host
|
||||
PMA_ARBITRARY: ""
|
||||
PMA_ARBITRARY: "1"
|
||||
# -- Set the variable PMA_ABSOLUTE_URI to the fully-qualified path (https://pma.example.net/) where the reverse proxy makes phpMyAdmin available.
|
||||
PMA_ABSOLUTE_URI: ""
|
||||
PMA_ABSOLUTE_URI: https://pma.home
|
||||
# -- define comma separated list of address/host names of the MySQL servers
|
||||
PMA_HOSTS: ""
|
||||
ingress:
|
||||
|
||||
Reference in New Issue
Block a user