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:
andreas-bulling 2021-02-22 09:35:40 +01:00 committed by GitHub
parent 3724715f19
commit b50b0c1e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ services:
redis:
restart: always
image: redis
image: redis:5.0.0
container_name: redis
# 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.