Skip to content

Allow access to web docker app from outside container#2659

Open
bwrsandman wants to merge 1 commit intoWerWolv:masterfrom
bwrsandman:patch-1
Open

Allow access to web docker app from outside container#2659
bwrsandman wants to merge 1 commit intoWerWolv:masterfrom
bwrsandman:patch-1

Conversation

@bwrsandman
Copy link

@bwrsandman bwrsandman commented Feb 14, 2026

Problem description

When trying to install imhex as a docker container using ghcr.io/werwolv/imhex/imhex-web, the 9090 port doesn't connect to anything on the host server. Connections to 9090 work inside the container.

This is because the localhost address is 127.0.0.1 which does not allow for access from outside.

Implementation description

Change server binding from localhost to 0.0.0.0 to allow connections from all interfaces, no just lo.

Screenshots

image

Where 9090 is before and 9091 is after the change.

Before
image

After
image

Additional things

Change server binding from localhost to 0.0.0.0.
The localhost address is 127.0.0.1 which does not allow for access from outside.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant