cap logs size to 10Mo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user