diff --git a/docker-compose.yml b/docker-compose.yml index d8384ee0e1..20b0b3cf11 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -80,12 +80,11 @@ services: ## Server Pro ## ################ - # SANDBOXED_COMPILES: 'true' - - # SANDBOXED_COMPILES_SIBLING_CONTAINERS: 'true' - # SANDBOXED_COMPILES_HOST_DIR: '/var/sharelatex_data/data/compiles' - - # DOCKER_RUNNER: 'false' + ## Sandboxed Compiles: https://github.com/overleaf/overleaf/wiki/Server-Pro:-Sandboxed-Compiles + SANDBOXED_COMPILES: 'true' + SANDBOXED_COMPILES_SIBLING_CONTAINERS: 'true' + ### Bind-mount source for /var/lib/overleaf/data/compiles inside the container. + SANDBOXED_COMPILES_HOST_DIR: '/home/user/sharelatex_data/data/compiles' ## Works with test LDAP server shown at bottom of docker compose # OVERLEAF_LDAP_URL: 'ldap://ldap:389'