From 6221d6fdb45e2414365cd9d21a402dc829cc82f9 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 4 Jun 2024 01:12:54 +0200 Subject: [PATCH] refactor(common-settings): Get common settings in line with upstream (#1) --- common-settings.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/common-settings.yml b/common-settings.yml index c377067..d409ea1 100644 --- a/common-settings.yml +++ b/common-settings.yml @@ -1,11 +1,8 @@ services: - common-settings: - logging: - driver: "json-file" - options: - max-size: "10m" - max-file: "10" - compress: "true" - environment: - TZ: Europe/Berlin - restart: unless-stopped + common-settings: + logging: + driver: "json-file" + options: + max-size: "10m" + max-file: "10" + compress: "true"