From 09bf71f2b2f50dc0e60f34cdd1d3acc6e7ab5948 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 20 Feb 2020 15:09:00 +0000 Subject: [PATCH] Comment out the docker socket mount And add a note for server-pro users to un-comment the line if they want to use sibling containers. --- docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8158070f66..a268291a7e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,11 @@ services: - redis volumes: - ~/sharelatex_data:/var/lib/sharelatex - - /var/run/docker.sock:/var/run/docker.sock + ######################################################################## + #### Server Pro: Un-comment the following line to mount the docker #### + #### socket, required for Sibling Containers to work #### + ######################################################################## + # - /var/run/docker.sock:/var/run/docker.sock environment: SHARELATEX_APP_NAME: Overleaf Community Edition