fix: pma conf

This commit is contained in:
Philip Haupt
2025-10-06 22:41:53 +02:00
parent 2bf2272606
commit a3604cae15
2 changed files with 7 additions and 3 deletions

View File

@@ -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: