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