cap logs size to 10Mo
This commit is contained in:
@@ -23,6 +23,10 @@ services:
|
|||||||
working_dir: /opt/inventaire
|
working_dir: /opt/inventaire
|
||||||
network_mode: host
|
network_mode: host
|
||||||
tty: true
|
tty: true
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:7.16.2
|
image: elasticsearch:7.16.2
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user