From 984766a9fb1e679e9ef2881bbae5ac7cb530c96a Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 18 Mar 2021 09:55:31 +0000 Subject: [PATCH] Make TEXLIVE_IMAGE_USER instruction macOS only --- services/clsi/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/clsi/README.md b/services/clsi/README.md index 54f6e0a820..90dee749a9 100644 --- a/services/clsi/README.md +++ b/services/clsi/README.md @@ -61,14 +61,13 @@ Then start the Docker container: -e LISTEN_ADDRESS=0.0.0.0 \ -e DOCKER_RUNNER=true \ -e TEXLIVE_IMAGE=texlive/texlive \ - -e TEXLIVE_IMAGE_USER=root \ -e COMPILES_HOST_DIR="$PWD/compiles" \ -v "$PWD/compiles:/app/compiles" \ -v "$PWD/cache:/app/cache" \ -v /var/run/docker.sock:/var/run/docker.sock \ overleaf/clsi -Note: if you're running the CLSI in macOS you may need to use `-v /var/run/docker.sock.raw:/var/run/docker.sock` instead. +Note: if you're running the CLSI in macOS you may need to add `-e TEXLIVE_IMAGE_USER=root` and use `-v /var/run/docker.sock.raw:/var/run/docker.sock` instead. The CLSI should then be running at