Remove logging driver from Docker Compose config

Allow system defaults. Synology does not support json driver.
This commit is contained in:
Adam Outler
2026-02-03 12:30:43 -05:00
committed by GitHub
parent 0f0a09fb28
commit b87a8d683e

View File

@@ -81,7 +81,6 @@ services:
cpu_shares: 512 # Relative CPU weight for CPU contention scenarios
pids_limit: 512 # Limit the number of processes/threads to prevent fork bombs
logging:
driver: "json-file" # Use JSON file logging driver
options:
max-size: "10m" # Rotate log files after they reach 10MB
max-file: "3" # Keep a maximum of 3 log files