mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #699 from overleaf/sk-not-mount-docker-socket-by-default
Comment out the docker socket mount
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user