mirror of
https://github.com/telemt/telemt.git
synced 2026-06-09 20:41:44 +03:00
Add logging configuration to docker-compose
There was a disk full problem.
This commit is contained in:
@@ -37,3 +37,8 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 262144
|
hard: 262144
|
||||||
|
logging:
|
||||||
|
driver: json-file
|
||||||
|
options:
|
||||||
|
max-size: "50m"
|
||||||
|
max-file: "5"
|
||||||
|
|||||||
Reference in New Issue
Block a user