From 55d4abd26b9aad21823941c4213de4caa875e8d9 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 20 Feb 2026 12:19:16 +0000 Subject: [PATCH] Fix : Change Logging - In Docker --- docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 554ddae..6ece482 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,5 +9,10 @@ services: volumes: - subsonics-frontend:/app/dist restart: unless-stopped +logging: + driver: "json-file" + options: + max-size: "10m" + max-file: "3" volumes: subsonics-frontend: \ No newline at end of file