GitHub user dosubot[bot] added a comment to the discussion: public dashboard not working
<!-- Answer --> Your current approach—mounting your superset_config.py and setting SUPERSET_CONFIG_PATH—is fully supported and will override the default Docker Compose configs, including superset_config_docker.py, as long as the path is correct and the file is readable in the container. You do not need to create superset_config_docker.py unless you want to use the default Docker override workflow instead. If SUPERSET_CONFIG_PATH is set, only that file is loaded for config overrides, and the others are ignored ([source](https://github.com/apache/superset/issues/33702)). To confirm your config is being loaded, check the Superset logs for a message like Loaded your LOCAL configuration at [/app/superset_config.py] when the container starts. If you don’t see this, double-check your mount path, environment variable, and file permissions ([source](https://github.com/apache/superset/discussions/31404)). If you ever want to switch to the default Docker Compose workflow, copy superset_config_local.example to superset_config_docker.py in ./docker/pythonpath_dev/ and put your overrides there ([source](https://github.com/apache/superset/blob/b9052fa46173b0172c7f4349ed0194e441a97ed8/docker/README.md)). But your current method is valid and should work. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/6d9af5e7-b909-4807-af7f-2a446c01ff28?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34050) GitHub link: https://github.com/apache/superset/discussions/34050#discussioncomment-13658042 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
