Skip to content

Commit 517e4a4

Browse files
authored
Update README.md
1 parent 1fc6dd7 commit 517e4a4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ It's recommended to use either `:main` (stable, all architectures) or `:dev` (be
5353
mkdir ~/archivebox && cd ~/archivebox # data folder can be anywhere
5454
docker pull archivebox/archivebox
5555
docker run -v $PWD:/data -it archivebox/archivebox init --setup
56+
docker run -v $PWD:/data -it -p 8000:8000 archivebox/archivebox server --quick-init 0.0.0.0:8000
5657
```
5758

5859
#### Usage
@@ -72,8 +73,17 @@ open http://127.0.0.1:8000
7273

7374
## Docker Compose
7475

76+
```bash
77+
curl -fsSL 'https://github.com/ArchiveBox/ArchiveBox/raw/dev/docker-compose.yml' > docker-compose.yml
78+
```
79+
7580
**`docker-compose.yml`:**
7681
```yaml
82+
83+
# SIMPLE EXAMPLE
84+
# see more complete setup here:
85+
# https://github.com/ArchiveBox/ArchiveBox/blob/dev/docker-compose.yml
86+
7787
version: '3.9'
7888

7989
services:
@@ -90,8 +100,6 @@ services:
90100
- ./data:/data
91101
```
92102
93-
See a full setup here: https://github.com/ArchiveBox/ArchiveBox/blob/dev/docker-compose.yml
94-
95103
#### Usage
96104
97105
```bash

0 commit comments

Comments
 (0)