From 20559791ad9cf5d73e2baa4ea4a41f49cec306b3 Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Tue, 20 Aug 2024 07:50:12 +0300 Subject: [PATCH] Add archivebox/readme.md --- archivebox/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archivebox/readme.md diff --git a/archivebox/readme.md b/archivebox/readme.md new file mode 100644 index 0000000..01637b5 --- /dev/null +++ b/archivebox/readme.md @@ -0,0 +1,7 @@ +# Installation: + +After copying the compose.yml run the following command +``` +docker compose run archivebox init --setup +``` +Then run compose with ```docker compose up-d``` \ No newline at end of file