Skip to content

Commit

Permalink
Merge pull request #31353 from geoand/#31330
Browse files Browse the repository at this point in the history
Update instructions on running container built with Dockerfile with debug port
  • Loading branch information
geoand authored Feb 23, 2023
2 parents f36ae55 + 1d07b80 commit c345184
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# docker run -i --rm -p 8080:8080 quarkus/{project.artifact-id}-{type}
#
# If you want to include the debug port into your docker image
# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005
# you will have to expose the debug port (default 5005 being the default) like this : EXPOSE 8080 5005.
# Additionally you will have to set -e JAVA_DEBUG=true and -e JAVA_DEBUG_PORT=*:5005
# when running the container
#
# Then run the container using :
#
Expand Down

0 comments on commit c345184

Please sign in to comment.