cap logs size to 10Mo

This commit is contained in:
jums
2022-02-12 17:53:33 +01:00
parent 7fc91ba2ae
commit ad8a41f265

View File

@@ -23,6 +23,10 @@ services:
working_dir: /opt/inventaire
network_mode: host
tty: true
logging:
options:
max-size: "10m"
max-file: "3"
elasticsearch:
image: elasticsearch:7.16.2
environment: