From 3242376d195628e0e811d4122a05b0a7bbcf4b78 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Thu, 8 May 2025 14:06:38 +0200 Subject: [PATCH] [server-ce] add notice for CE users on disabling sandboxed compiles (#25425) Co-authored-by: Mathew Evans GitOrigin-RevId: 977625975af6ac68a33356dc4c39af98791e8708 --- docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2d43c2db18..e257716789 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,11 @@ services: ## Server Pro ## ################ - ## Sandboxed Compiles: https://github.com/overleaf/overleaf/wiki/Server-Pro:-Sandboxed-Compiles + ## The Community Edition is intended for use in environments where all users are trusted and is not appropriate for + ## scenarios where isolation of users is required. Sandboxed Compiles are not available in the Community Edition, + ## so the following environment variables must be commented out to avoid compile issues. + ## + ## Sandboxed Compiles: https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/server-pro-only-configuration/sandboxed-compiles SANDBOXED_COMPILES: 'true' ### Bind-mount source for /var/lib/overleaf/data/compiles inside the container. SANDBOXED_COMPILES_HOST_DIR_COMPILES: '/home/user/sharelatex_data/data/compiles'