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"