From 68f07eff9bee88a3d634bfd5b085b77676cfcf5e Mon Sep 17 00:00:00 2001 From: f Date: Fri, 31 Jul 2026 18:02:36 -0300 Subject: [PATCH] doc: log rotation --- .env.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 6eb36bf..ee7b975 100644 --- a/.env.sample +++ b/.env.sample @@ -226,5 +226,7 @@ WRITE_TIMEOUT=0s ## Enable onion service support #ONION_ENABLED=1 -## Keep access logs +## Keep access logs on a volume. +# You'll need to setup rotation yourself and send the USR1 signal to +# Traefik for reloading. #COMPOSE_FILE="$COMPOSE_FILE:compose.access-log.yml"