-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: bugfix. the port 80 is not listening use 3000 #1616
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the meta-introspector related changes unless that was intentional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for addressing comments :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
3000 is listening on the docker image
3000 is listening on the docker image
Risks
Low - This change affects the Docker container configuration. It may require updates to documentation and environment configurations where the container is deployed.
Background
What does this PR do?
This pull request updates the Dockerfile and related Docker configuration to expose port 3000 instead of port 80. This change is necessary to align with our application's configuration and avoid conflicts with other services running on port 80.
What kind of change is this?
Bug fixes (non-breaking change which fixes an issue)
N/A (Issue linked provides context)
Documentation changes needed?
My changes require a change to the project documentation. I have updated the documentation accordingly.
Testing
Where should a reviewer start?
Start by reviewing the changes in the Dockerfile and docker-compose.yml files.
Detailed testing steps
N/A
N/A
N/A
docker build
Discord username m1337d