-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In order to get PHPMyAdmin to work I had to change its config file /etc/phpmyadmin/config.inc.php. I had to change the host value, $cfg['Servers'][$i]['host'], from localhost to 127.0.0.1.
I checked /etc/hosts and it contains 127.0.0.1 localhost.
@jumanjiman Is there a reason why 127.0.0.1 works but localhost does not? The old dockerfile had RUN echo "NETWORKING=yes" > /etc/sysconfig/network in it (6ea6b8b#diff-3254677a7917c6c01f55212f86c57fbfL23) and the new one does not. Is this needed?
CC: @gganeshan
Metadata
Metadata
Assignees
Labels
No labels