Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Docker-compose.dev.yaml file to be accessible #2746

Open
VanshikaSabharwal opened this issue Dec 7, 2024 · 0 comments
Open

Updating Docker-compose.dev.yaml file to be accessible #2746

VanshikaSabharwal opened this issue Dec 7, 2024 · 0 comments
Assignees

Comments

@VanshikaSabharwal
Copy link

Is your feature request related to a problem? Please describe.
The containers run successfully when using docker compose -f docker-compose.dev.yaml up -d but they are not accessible to respectiive ports. Despite the containers being up and running, the service is not reachable on the expected port from the host machine.

Describe the solution you'd like
Ensure that the containers are properly exposed to localhost:4000. The goal is to fix the port mapping or the network configuration to make the service accessible on the expected port without any issues.

Describe alternatives you've considered
I have tried checking the docker-compose.yml file for proper port mapping, and also verified that the firewall isn't blocking the port. However, the problem persists.

Approach to be followed (optional)
I would suggest checking the Docker container's network configuration, verifying the exposed ports, and ensuring the application inside the container is correctly configured to listen on all network interfaces. Additionally, confirming that there is no firewall blocking the required ports would be helpful.

Additional context
none

Potential internship candidates

Please read this if you are planning to apply for a Palisadoes Foundation internship

@github-actions github-actions bot added the unapproved Unapproved for Pull Request label Dec 7, 2024
@palisadoes palisadoes removed the unapproved Unapproved for Pull Request label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants