1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-05-08 21:57:52 -07:00
parent 0ee8e17dac
commit 39c9f3adf7

@@ -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'
```
<br/>