-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default port is not changing after setting SUPERSET_WEBSERVER_PORT #23825
Comments
Hello, I believe that variable is no longer used - see this pending PR to update the docs: #22849 You might want |
I have tried set WEBDRIVER_BASEURL in 'superset_config.py'
After that run those steps
Expected resultsWhen, I hit "http://0.0.0.0:5000", the superset application runs. So, the default port must be changed to port 6011 and I'm redirecting to port 5000, but this is not working. Actual resultsI'm not getting the application running at port 5000.
|
I can confirm this issue: Changing The only way I know to change the port is via environment variable environment:
SUPERSET_PORT: 6011
-e SUPERSET_PORT=6011 |
Is this still an issue in 3.x? |
It seems like Someone mentioned this variable today in Slack as being key to their k8s deployment. |
Anyone know the current state of affairs here, or what it'd take to close this? Maybe @dosu-bot knows? |
I'm trying to build a docker image of superset on a non default port.
I follow the steps mentioned in at this link and also this link.
But the issue is I'm changing the default port to 6011 but it is not changing.
How to reproduce the bug
Add below code snippet
Expected results
When I'm building the docker using following commands
The port "6011" must have listening.
Actual results
It is still running on 8088 port, but should run on 6011 port.
Environment
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: