fix(mailcow): Move common-settings.yml into correct dir

This commit is contained in:
2022-07-16 02:40:57 +02:00
parent 0e054ce455
commit ff4b51f9b8

View File

@@ -0,0 +1,11 @@
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "10"
compress: "true"
restart: "${RESTARTPOLICY:-unless-stopped}"