From 39c9f3adf7d925d44d004023b10baa9a93e4007a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 21:57:52 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index 192e1eb..9ddde13 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -264,7 +264,7 @@ volumes: To start the container and verify the filesystem is accessible within it: ```bash -docker compose run archivebox /bin/bash 'ls -lah /data/archive/' +docker compose run archivebox /bin/bash 'ls -lah /data/archive/ | tee /data/archive/.write_test.txt' ```