Increase number of max logs in to 20

This commit is contained in:
2025-07-04 17:17:28 +02:00
parent 64ea464a08
commit f2f773f38c

View File

@@ -6,7 +6,7 @@ services:
network: host
restart: unless-stopped
environment:
- MAX_LOGS=5
- MAX_LOGS=20
# - LOG_DIR="/var/log/glassminers"
# - LOG_DATE_FORMAT="%Y-%m-%d-%H-%M-%S" # No spaces
volumes: