Skip to content
Snippets Groups Projects
Commit 3d0c9c6a authored by Alexander Tim Hobelsberger's avatar Alexander Tim Hobelsberger
Browse files

Mongo exporter

parent f253ae74
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,9 @@ services: ...@@ -28,9 +28,9 @@ services:
- "9216:9216" - "9216:9216"
expose: expose:
- 9216 - 9216
restart: unless-stopped #restart: unless-stopped
command: command:
- '--mongodb.uri=mongodb://mongodb:27017/cloudComputing' - '--mongodb.uri=mongodb://mongodb:27017/cloudComputing/admin?ssl=false'
prometheus: prometheus:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment