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

Docs: Revise docker run command #40

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

bankierubybank
Copy link
Contributor

@bankierubybank bankierubybank commented Jun 28, 2023

This PR revises docker run command as it mapping wrong port (8888) as this image expose port 8080.

Refer to Dockerfile, this image expose port 8080:

EXPOSE 8080

In readme file, docker run mapping port 8888 instead of 8080:

docker run -d -p 8888:8888 iwa

The correct command to run this docker image is:
docker run -d -p 8888:8080 iwa

Noted that port 8888 can be changed to any port that not used by Docker host.

Copy link
Collaborator

@rohitbaryha1 rohitbaryha1 left a comment

Choose a reason for hiding this comment

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

thanks for the change

@rohitbaryha1 rohitbaryha1 merged commit 8eadfd5 into fortify:main Sep 20, 2023
@bankierubybank bankierubybank deleted the revise-readme branch September 27, 2023 07:22
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