You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2022/02/18 20:00:21 UTC

[superset] branch master updated: docs: Added reference and link to configure instructions for docker-compose… (#18815)

This is an automated email from the ASF dual-hosted git repository.

tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e7ff4a5  docs: Added reference and link to configure instructions for docker-compose… (#18815)
e7ff4a5 is described below

commit e7ff4a58e6590df0098875aabd682e9becb02d20
Author: Jacob Roope <ja...@gmail.com>
AuthorDate: Fri Feb 18 14:59:04 2022 -0500

    docs: Added reference and link to configure instructions for docker-compose… (#18815)
    
    Co-authored-by: Jacob Roope <[jacobcroope@gmail.com]>
---
 docs/docs/installation/configuring-superset.mdx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx
index d308b2b..62d8494 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