Browse Source

Update to work pma

Gabriel Gosparo 6 years ago
parent
commit
b00f9fe357
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/src/Services/Pma.php

+ 0 - 1
tools/src/Services/Pma.php

@@ -41,7 +41,6 @@ class Pma extends InitialService
         $host_env_file = "host.env";
         extract($this->getConfigVar());
         if ($this->getRelease()->needInstallModule($module)) {
-            $this->addVarEnv("PMA_ABSOLUTE_URI", "https://" . $this->getRelease()->getDomain($module));
             $this->getComposer()
                 ->addService($module)
                 ->image("phpmyadmin/phpmyadmin")