Skip to content

Unable to start Micronaut server on port: 8080 #922

Answered by tchiotludo
thedje asked this question in Q&A
Discussion options

You must be logged in to vote

This only mean that on your host (since you are using the network_mode: host), the network port8080 is already used, just find the process using it or change the akhq port :

micronaut: 
  server: 
    port: 28080

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@thedje
Comment options

Comment options

You must be logged in to vote
1 reply
@thedje
Comment options

Answer selected by tchiotludo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #921 on November 24, 2021 09:34.