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