From c7e077681910e49f31b04836df20fd30a82ba8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Thu, 23 Jul 2026 23:11:24 +0200 Subject: [PATCH] fix archivebox flags --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a70cd52..5899adb 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: container_name: archivebox restart: unless-stopped - command: server --host 0.0.0.0 --port 8000 + command: server 0.0.0.0:8000 environment: - TZ=Europe/Zurich