recommend docker compose

This commit is contained in:
Nick Sweeting 2020-12-11 22:51:03 +02:00
parent 63caff2811
commit 3ada7e7987

View file

@ -39,7 +39,7 @@ The main index is a self-contained `data/index.sqlite3` file, and each snapshot
<i>(Click to expand each section)</i> <i>(Click to expand each section)</i>
<details> <details>
<summary><b>Get ArchiveBox with Docker Compose</b></summary> <summary><b>Get ArchiveBox with <code>docker-compose</code> (recommended)</b></summary>
```bash ```bash
# create a new empty directory and initalize your collection (can be anywhere) # create a new empty directory and initalize your collection (can be anywhere)
@ -58,7 +58,7 @@ docker-compose run archivebox manage createsuperuser
</details> </details>
<details> <details>
<summary><b>Get ArchiveBox with plain Docker</b></summary> <summary><b>Get ArchiveBox with <code>docker</code></b></summary>
```bash ```bash
# create a new empty directory and initalize your collection (can be anywhere) # create a new empty directory and initalize your collection (can be anywhere)