mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
use SANDBOXED_COMPILES not DOCKER_IN_DOCKER
This commit is contained in:
parent
8a25755b8a
commit
73e4b42df7
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ if process.env["SHARELATEX_LDAP_HOST"]
|
|||
|
||||
# Compiler
|
||||
# --------
|
||||
if process.env["DOCKER_IN_DOCKER"] == "true"
|
||||
if process.env["SANDBOXED_COMPILES"] == "true"
|
||||
settings.clsi =
|
||||
commandRunner: "docker-runner-sharelatex"
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue