Update docker-compose.yml
I ran into the problem that Sharelatex would not connect to Redis. This fixes it (see https://github.com/overleaf/overleaf/pull/737)
This commit is contained in:
@@ -88,7 +88,7 @@ services:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
image: redis
|
image: redis:5.0.0
|
||||||
container_name: redis
|
container_name: redis
|
||||||
# modify to get rid of the redis issue #35 and #19 with a better solution
|
# modify to get rid of the redis issue #35 and #19 with a better solution
|
||||||
# WARNING: /proc/sys/net/core/somaxconn is set to the lower value of 128.
|
# WARNING: /proc/sys/net/core/somaxconn is set to the lower value of 128.
|
||||||
|
|||||||
Reference in New Issue
Block a user