Leave notes about how to mount an external config
This commit is contained in:
parent
d9aa1d93a5
commit
23e0688383
1 changed files with 3 additions and 0 deletions
|
@ -52,3 +52,6 @@ services:
|
||||||
- 6300:6300
|
- 6300:6300
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
## TODO: Uncomment this in a docker-compose.override.yml to allow for external configurations.
|
||||||
|
# volumes:
|
||||||
|
# - ./data/config/chainqueryconfig.toml:/etc/chainquery/chainqueryconfig.toml
|
||||||
|
|
Loading…
Add table
Reference in a new issue