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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to