rusackas commented on code in PR #27951: URL: https://github.com/apache/superset/pull/27951#discussion_r1600503169
########## docs/docs/configuration/alerts-reports.mdx: ########## @@ -160,7 +160,7 @@ WEBDRIVER_OPTION_ARGS = [ ] # This is for internal use, you can keep http -WEBDRIVER_BASEURL = "http://superset:8088" +WEBDRIVER_BASEURL = "http://superset:8088" #When running using docker compose use "http://superset_app:8088' Review Comment: ```suggestion WEBDRIVER_BASEURL = "http://superset:8088" # When running using docker compose use "http://superset_app: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]
