mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 04:34:56 +00:00
Make TEXLIVE_IMAGE_USER instruction macOS only
This commit is contained in:
parent
4dc656ae2a
commit
984766a9fb
1 changed files with 1 additions and 2 deletions
|
@ -61,14 +61,13 @@ Then start the Docker container:
|
||||||
-e LISTEN_ADDRESS=0.0.0.0 \
|
-e LISTEN_ADDRESS=0.0.0.0 \
|
||||||
-e DOCKER_RUNNER=true \
|
-e DOCKER_RUNNER=true \
|
||||||
-e TEXLIVE_IMAGE=texlive/texlive \
|
-e TEXLIVE_IMAGE=texlive/texlive \
|
||||||
-e TEXLIVE_IMAGE_USER=root \
|
|
||||||
-e COMPILES_HOST_DIR="$PWD/compiles" \
|
-e COMPILES_HOST_DIR="$PWD/compiles" \
|
||||||
-v "$PWD/compiles:/app/compiles" \
|
-v "$PWD/compiles:/app/compiles" \
|
||||||
-v "$PWD/cache:/app/cache" \
|
-v "$PWD/cache:/app/cache" \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
overleaf/clsi
|
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 <http://localhost:3013>
|
The CLSI should then be running at <http://localhost:3013>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue