You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2020/11/14 02:19:35 UTC

[incubator-superset] 01/01: docs: fix config paths for docker

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

suddjian pushed a commit to branch docs-docker-config-path
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 5f4b990a4780e985d006702bd417578d63fe9a3e
Author: David Aaron Suddjian <18...@users.noreply.github.com>
AuthorDate: Fri Nov 13 18:19:00 2020 -0800

    docs: fix config paths for docker
---
 docker/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 0579f10..5cda2aa 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -29,13 +29,13 @@ Docker is an easy way to get started with Superset.
 ## Configuration
 
 The `/app/pythonpath` folder is mounted from [./docker/pythonpath_dev](./docker/pythonpath_dev)
-which contains a base configuration [./docker/pythonpath/superset_config.py](./docker/pythonpath/superset_config.py)
+which contains a base configuration [./docker/pythonpath_dev/superset_config.py](./docker/pythonpath_dev/superset_config.py)
 intended for use with local development.
 
 ### Local overrides
 
-In order to override configuration settings locally, simply make a copy of [./docker/pythonpath/superset_config_local.example](./docker/pythonpath/superset_config_local.example)
-into [./docker/pythonpath/superset_config_docker.py](./docker/pythonpath/superset_config_docker.py) (git ignored) and fill in your overrides.
+In order to override configuration settings locally, simply make a copy of [./docker/pythonpath_dev/superset_config_local.example](./docker/pythonpath_dev/superset_config_local.example)
+into [./docker/pythonpath_dev/superset_config_docker.py](./docker/pythonpath_dev/superset_config_docker.py) (git ignored) and fill in your overrides.
 
 ### Local packages