1
0
Fork 0
mirror of synced 2024-06-12 07:25:01 +12:00

add docker-compose install instructions

This commit is contained in:
Nick Sweeting 2021-04-23 17:33:16 -04:00
parent fe90b88ed6
commit bc7e172f04

View file

@ -116,9 +116,9 @@ ls ./archive/*/index.json # or browse directly via the filesyste
<details>
<summary><b>Get ArchiveBox with <code>docker-compose</code> on macOS/Linux/Windows ✨</b> (highly recommended)</summary>
<i>First make sure you have Docker installed: https://docs.docker.com/get-docker/</i>
<i>First make sure you have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/#install-using-pip) installed on your system.</i>
Download the [`docker-compose.yml`](https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml) file.
Download the [`docker-compose.yml`](https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml) file into a new empty directory.
<pre lang="bash"><code style="white-space: pre-line">
curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml'
</code></pre>
@ -151,7 +151,7 @@ chrome, wget, youtube-dl, git, etc., full-text search w/ sonic, and many other g
<details>
<summary><b>Get ArchiveBox with <code>docker</code> on macOS/Linux/Windows</b></summary>
<i>First make sure you have Docker installed: https://docs.docker.com/get-docker/</i>
<i>First make sure you have [Docker](https://docs.docker.com/get-docker/) installed on your system.</i>
<pre lang="bash"><code style="white-space: pre-line">
# create a new empty directory and initalize your collection (can be anywhere)