mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[docker-compose] add a temporary fix for LuaLatex compiles
This commit is contained in:
parent
3bd49f6ea1
commit
d08a9ccfb7
1 changed files with 6 additions and 2 deletions
|
@ -43,6 +43,10 @@ services:
|
|||
# Disables email confirmation requirement
|
||||
EMAIL_CONFIRMATION_DISABLED: 'true'
|
||||
|
||||
# temporary fix for LuaLaTex compiles
|
||||
# see https://github.com/overleaf/overleaf/issues/695
|
||||
TEXMFVAR: /var/lib/sharelatex/tmp/texmf-var
|
||||
|
||||
## Set for SSL via nginx-proxy
|
||||
#VIRTUAL_HOST: 103.112.212.22
|
||||
|
||||
|
|
Loading…
Reference in a new issue