Merge pull request #3 from andreas-bulling/master

Update docker-compose.yml
This commit is contained in:
sym
2021-02-22 09:47:26 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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.

View File

@@ -212,7 +212,7 @@ const AuthenticationManager = {
}
db.users.update(
{
_id: ObjectId(userId.toString())
_id: ObjectId(userId._id.toString())
},
{
$set: {