mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Merge pull request #22 from overleaf/sk-document-var-changes-up
Document how to apply configuration changes
This commit is contained in:
commit
cec4714ce0
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ This document describes the configuration files that are used to configure the O
|
|||
All user-owned configuration files are found in the `config/` directory.
|
||||
This directory is excluded from the git revision control system, so it will not be changed by updating the toolkit code. The toolkit will not change any data in the `config/` directory without your permission.
|
||||
|
||||
Note that changes to the configuration files will not be automatically applied
|
||||
to existing containers, even if the container is stopped and restarted (with
|
||||
`bin/stop` and `bin/start`). To apply the changes, run `bin/up`, and
|
||||
`docker-compose` will automatically apply the configuration changes to a new
|
||||
container. (Or, run `bin/up -d`, if you prefer to not attach to the docker logs)
|
||||
|
||||
|
||||
## Initializing the Configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue