pierrecdn / phpipam

phpIPAM Docker image
GNU Lesser General Public License v3.0
94 stars 111 forks source link

MYSQL_ENV_MYSQL_HOST is not working #74

Closed Arderos closed 2 years ago

Arderos commented 2 years ago

The actual line that the Dockerfile replaces is not $db['host'] = 'localhost' but rather $db['host'] = '127.0.0.1'; so Dockerfile line 66 fails in setting the variable to 'getenv("MYSQL_ENV_MYSQL_HOST")'