Add logging configuration to docker-compose: merge pull request #804 from Iv/main

Add logging configuration to docker-compose
This commit is contained in:
Alexey
2026-05-27 08:30:00 +03:00
committed by GitHub

View File

@@ -37,3 +37,8 @@ services:
nofile:
soft: 65536
hard: 262144
logging:
driver: json-file
options:
max-size: "50m"
max-file: "5"