mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
docs: fix docker config paths (#11703)
* docs: fix config paths for docker * xit bad cypress tests
This commit is contained in:
committed by
GitHub
parent
1371939921
commit
676e0bb282
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user