How to change default port for camunda run 8.6.2?

The suggestions to use server.port worked for camunda run 7 but with camunda run 8.6.2 it’s not working.

I have a policy blocking services running on port 8080, that’s why running at this port isn’t an option for me.

An updated guide to accomplish what i want?

Are you using Saas? If so what’s your kind of deployment? Docker or Kind or Kubernetes? Would you please share more details.

I’m using Camunda 8 Self-Managed

I downloaded Camunda Run 8.6.2 local development environment on Windows.

Hi @josefumo, welcome to the forums! As noted here, Windows doesn’t support configuration like this yet. A future release will be adding support to provide a configuration file.

So this means changing default port configuration is only available in Windows when using Camunda run 7, right?

@josefumo - yes, but I also want to clarify a few things to make sure there’s no confusion:

  • Camunda 7 Run only starts Camunda 7, which is an entirely different platform than Camunda 8, and C7 reaches EOL next year. Camunda 7 Run isn’t a previous version of Camunda 8 Run.
  • Changing the port configuration in Windows will be available in a future release of C8 Run; it is already available on Linux and Mac.
  • If you need to run Camunda 8 locally right now but need a different port, you can use our local Docker environment and change the port mapping in the docker-compose.yml file.