1
0
Fork 0
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:
Shane Kilkelly 2021-04-14 09:51:31 +01:00 committed by GitHub
commit 474fafbe52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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

View 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