mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Merge pull request #49 from overleaf/sk-down-up
Docs: recommend recreating containers
This commit is contained in:
commit
474fafbe52
2 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,8 @@ The `config/overleaf.rc` file is the most important contains the most important
|
|||
|
||||
See [The full specification](./overleaf-rc.md) for more details on the supported options.
|
||||
|
||||
Note: we recommend that you re-create the docker containers after changing anything in `overleaf.rc` or `variables.env`, by running `bin/docker-compose down`, followed by `bin/up`
|
||||
|
||||
|
||||
## The `variables.env` File
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
This document describes the variables that are supported in the `config/overleaf.rc` file.
|
||||
This file consists of variable definitions in the form `NAME=value`. Lines beginning with `#` are treated as comments.
|
||||
|
||||
Note: we recommend that you re-create the docker containers after changing anything in `overleaf.rc` or `variables.env`, by running `bin/docker-compose down`, followed by `bin/up`
|
||||
|
||||
## Variables
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue