mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Merge pull request #3 from andreas-bulling/master
Update docker-compose.yml
This commit is contained in:
commit
c8afa166d4
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -212,7 +212,7 @@ const AuthenticationManager = {
|
||||||
}
|
}
|
||||||
db.users.update(
|
db.users.update(
|
||||||
{
|
{
|
||||||
_id: ObjectId(userId.toString())
|
_id: ObjectId(userId._id.toString())
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
$set: {
|
$set: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue