From b946c344b12a60ed569fb738ede54927d7082cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Thu, 23 Jul 2026 23:34:15 +0200 Subject: [PATCH] fix timezone --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 7f81bd0..9e7e01e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -180,7 +180,7 @@ ls /mnt/kdrive step "Initializing ArchiveBox" docker compose run --rm archivebox init --setup -docker compose run archivebox config --set PUBLIC_INDEX=False PUBLIC_SNAPSHOTS=False TIME_ZONE=CEST TIMEZONE=CEST +docker compose run archivebox config --set PUBLIC_INDEX=False PUBLIC_SNAPSHOTS=False ################################################################################ # Done