Skip to content

Conversation

@sinadarbouy
Copy link
Collaborator

Ticket(s)

#551

Description

This pull request addresses an issue with the application's IP address binding configuration that prevents it from being accessible from the host machine when running in a Docker container. The application was previously configured to listen on localhost, which restricts access to within the container itself. By changing the configuration to bind to 0.0.0.0, the application will now listen on all available network interfaces, making it accessible from the host machine.

@github-actions

This comment was marked as resolved.

Copy link
Member

@mostafa mostafa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @sinadarbouy,

Thanks for your contribution! 🙏 Please sign your commits.

…f localhost

    -- Fix IP binding issue to make application accessible outside the container
@sinadarbouy sinadarbouy force-pushed the fix/fix-ip-binding branch from dc5d188 to ae39367 Compare May 31, 2024 12:45
@mostafa mostafa merged commit f70e428 into gatewayd-io:main May 31, 2024
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.

2 participants