containers/paperless_ngx/common-settings.yml

12 lines
309 B
YAML
Raw Normal View History

2023-05-17 01:40:25 +02:00
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}"