refactor(common-settings): Get common settings in line with upstream (#1)
This commit is contained in:
parent
e3c04768b5
commit
6221d6fdb4
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user