snipeit/common-settings.yaml

12 lines
301 B
YAML
Raw Permalink Normal View History

2025-01-27 22:43:07 +01:00
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "10"
compress: "true"
2025-01-29 01:11:31 +01:00
restart: "${RESTARTPOLICY:-always}"