Skip to content

Bad INSTANCE_IP if container has more than one IP #83

@underdogest

Description

@underdogest

In entrypoint.sh the line
INSTANCE_IP=$(hostname -I | sed "s= ==g")
is dumb. If a container has for example the IP "1.1.1.1" and "2.2.2.2", then "hostname -I" returns "1.1.1.1 2.2.2.2" which results in INSTANCE_IP=1.1.1.12.2.2.2
Let the user choose the IP on which the space engineers server sends packets on their own.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions