api-umbrella icon indicating copy to clipboard operation
api-umbrella copied to clipboard

Unable to use different port on docker?

Open sicenul opened this issue 4 years ago • 0 comments
trafficstars

I use this command: docker run -d --name=api-umbrella -p 8000:80 -p 8443:443 -v "$(pwd)/config":/etc/api-umbrella nrel/api-umbrella

Browse to http://localhost:8000 always redirect to https://localhost

Is there any configuration to:

  1. use different port
  2. force using http

Please enlighten me. Thanks in advance.

sicenul avatar Sep 16 '21 03:09 sicenul