Hi everyone! I'm trying to setup web login with fixed users using default apiserver.conf from doc. When user firstly created everything seems to be ok, but a...
7 months ago
Here is mongo's compose
mongo:
networks:
- backend
container_name: clearml-mongo
image: mongo:4.4.29
restart: unless-stopped
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200 --port 27018
volumes:
- /opt/clearml/data/mongo_4/db:/data/db
- /opt/clearml/data/mongo_4/configdb:/data/configdb
ports:
- "27018:27018"
Mongo is working, at least i'm able to connect by my self.
there is only one suspicious thing that elastic connects on second try