Commit 1c7cd436 authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

avoid infinite log

parent d7c62dd4
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
...@@ -10,6 +10,11 @@ services: ...@@ -10,6 +10,11 @@ services:
- "8086:8086" - "8086:8086"
volumes: volumes:
- 'influxdb-storage:/var/lib/influxdb' - 'influxdb-storage:/var/lib/influxdb'
logging:
driver: "json-file"
options:
max-size: "50m"
max-file: "4"
grafana: grafana:
image: grafana/grafana:5.4.3 image: grafana/grafana:5.4.3
restart: always restart: always
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment