mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #11786 from overleaf/msm-compose-timeout
[CE] Add `stop_grace_period: 60s` to `docker-compose.yml` GitOrigin-RevId: 3013ed420ca20c236bacd15d07c0797d3299c6e7
This commit is contained in:
parent
976e0d5e8f
commit
d639e2421d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- mongo
|
- mongo
|
||||||
- redis
|
- redis
|
||||||
|
stop_grace_period: 60s
|
||||||
volumes:
|
volumes:
|
||||||
- ~/sharelatex_data:/var/lib/sharelatex
|
- ~/sharelatex_data:/var/lib/sharelatex
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
Loading…
Reference in a new issue