You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "abhi1045 (via GitHub)" <gi...@apache.org> on 2023/04/28 09:35:36 UTC

[GitHub] [superset] abhi1045 commented on issue #23825: Default port is not changing after setting SUPERSET_WEBSERVER_PORT

abhi1045 commented on issue #23825:
URL: https://github.com/apache/superset/issues/23825#issuecomment-1527273871

   I have tried set WEBDRIVER_BASEURL in 'superset_config.py'
   
   `WEBDRIVER_BASEURL = "http://0.0.0.0:6011"`
   
   After that run those steps
   ```
   docker build -t superset .
   
   docker run -p 5000:6011 superset
   ```
   
   ### Expected results
   
   When, 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 results
   
   I'm not getting the application running at port 5000.
   
   `This is still Listening at: http://0.0.0.0:8088`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org