refactor(common-settings): Get common settings in line with upstream (#1)

This commit is contained in:
hygienic-books 2024-06-04 01:12:54 +02:00
parent e3c04768b5
commit 6221d6fdb4

View File

@ -1,11 +1,8 @@
services: services:
common-settings: common-settings:
logging: logging:
driver: "json-file" driver: "json-file"
options: options:
max-size: "10m" max-size: "10m"
max-file: "10" max-file: "10"
compress: "true" compress: "true"
environment:
TZ: Europe/Berlin
restart: unless-stopped