mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
recommend docker compose
This commit is contained in:
parent
63caff2811
commit
3ada7e7987
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
<details>
|
||||
<summary><b>Get ArchiveBox with Docker Compose</b></summary>
|
||||
<summary><b>Get ArchiveBox with <code>docker-compose</code> (recommended)</b></summary>
|
||||
|
||||
```bash
|
||||
# create a new empty directory and initalize your collection (can be anywhere)
|
||||
|
@ -58,7 +58,7 @@ docker-compose run archivebox manage createsuperuser
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Get ArchiveBox with plain Docker</b></summary>
|
||||
<summary><b>Get ArchiveBox with <code>docker</code></b></summary>
|
||||
|
||||
```bash
|
||||
# create a new empty directory and initalize your collection (can be anywhere)
|
||||
|
|
Loading…
Reference in a new issue