Closed Arderos closed 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")'
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")'