Skip to content

Alpine-tacstack localhost vs 127.0.0.1 #40

@cbautista1002

Description

@cbautista1002

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions