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:
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"