Open sicenul opened 3 years ago
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
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
http://localhost:8000
https://localhost
Is there any configuration to:
Please enlighten me. Thanks in advance.
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 tohttps://localhost
Is there any configuration to:
Please enlighten me. Thanks in advance.