mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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.
This commit is contained in:
parent
9829f0e4dc
commit
b433dffc69
1 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,11 @@ services:
|
||||||
- redis
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
- ~/sharelatex_data:/var/lib/sharelatex
|
- ~/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:
|
environment:
|
||||||
|
|
||||||
SHARELATEX_APP_NAME: Overleaf Community Edition
|
SHARELATEX_APP_NAME: Overleaf Community Edition
|
||||||
|
|
Loading…
Reference in a new issue