diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx index d308b2b9918dd..62d8494671516 100644 --- a/docs/docs/installation/configuring-superset.mdx +++ b/docs/docs/installation/configuring-superset.mdx @@ -10,8 +10,9 @@ version: 1 ### Configuration To configure your application, you need to create a file `superset_config.py` and add it to your -`PYTHONPATH`. Here are some of the parameters you can set in that file: +`PYTHONPATH`. If your applcation was installed using docker-compose an alternative configuration is required. See [https://github.com/apache/superset/tree/master/docker#readme](https://github.com/apache/superset/tree/master/docker#readme) for details. +Here are some of the parameters you can set in that file: ``` # Superset specific config ROW_LIMIT = 5000